File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17879
17879
"graph:unlink:main": "pnpm graph:unlink && pushd \"../GitKrakenComponents\" && pnpm unlink && popd",
17880
17880
"icons:apply": "node ./scripts/applyIconsContribution.mjs",
17881
17881
"icons:svgo": "svgo -q -f ./images/icons/ --config svgo.config.js",
17882
- "lint": "pnpm run lint:clear-cache && eslint .",
17883
- "lint:fix": "pnpm run lint:clear-cache && eslint . --fix",
17884
- "lint:webviews": "pnpm run lint:clear-cache && eslint \"src/webviews/apps/**/*.ts?(x)\"",
17882
+ "lint": "pnpm run clean:lint && eslint .",
17883
+ "lint:fix": "pnpm run clean:lint && eslint . --fix",
17884
+ "lint:webviews": "pnpm run clean:lint && eslint \"src/webviews/apps/**/*.ts?(x)\"",
17885
17885
"package": "vsce package --no-dependencies",
17886
17886
"package-pre": "pnpm run patch-pre && pnpm run package --pre-release",
17887
17887
"patch-pre": "node ./scripts/applyPreReleasePatch.mjs",
You can’t perform that action at this time.
0 commit comments