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 b0b014c commit f825e14Copy full SHA for f825e14
package.json
@@ -11608,7 +11608,7 @@
11608
"clean": "npx rimraf dist out .vscode-test .vscode-test-web .eslintcache* tsconfig*.tsbuildinfo",
11609
"copy:images": "webpack --config webpack.config.images.js",
11610
"graph:link": "pushd \"../GitKrakenComponents\" && yarn link && popd && yarn link @gitkraken/gitkraken-components",
11611
- "graph:unlink": "yarn unlink @gitkraken/gitkraken-components",
+ "graph:unlink": "yarn unlink @gitkraken/gitkraken-components && yarn install --force",
11612
"icons:apply": "node ./scripts/applyIconsContribution.js",
11613
"icons:svgo": "svgo -q -f ./images/icons/ --config svgo.config.js",
11614
"lint": "eslint \"src/**/*.ts?(x)\" --fix",
0 commit comments