We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e14b50 commit 11186eeCopy full SHA for 11186ee
1 file changed
src/commands/link.js
@@ -1,5 +1,5 @@
1
const spawn = require('../spawn');
2
-const { color } = require('./fonts');
+const { color } = require('../fonts');
3
4
module.exports = async function linkPackages(repos, args) {
5
const failed = [], isLinked = {};
0 commit comments