Skip to content

Commit f825e14

Browse files
committed
Runs yarn install after unlink
1 parent b0b014c commit f825e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11608,7 +11608,7 @@
1160811608
"clean": "npx rimraf dist out .vscode-test .vscode-test-web .eslintcache* tsconfig*.tsbuildinfo",
1160911609
"copy:images": "webpack --config webpack.config.images.js",
1161011610
"graph:link": "pushd \"../GitKrakenComponents\" && yarn link && popd && yarn link @gitkraken/gitkraken-components",
11611-
"graph:unlink": "yarn unlink @gitkraken/gitkraken-components",
11611+
"graph:unlink": "yarn unlink @gitkraken/gitkraken-components && yarn install --force",
1161211612
"icons:apply": "node ./scripts/applyIconsContribution.js",
1161311613
"icons:svgo": "svgo -q -f ./images/icons/ --config svgo.config.js",
1161411614
"lint": "eslint \"src/**/*.ts?(x)\" --fix",

0 commit comments

Comments
 (0)