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 1787917879 "graph:unlink:main": "pnpm graph:unlink && pushd \"../GitKrakenComponents\" && pnpm unlink && popd",
1788017880 "icons:apply": "node ./scripts/applyIconsContribution.mjs",
1788117881 "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)\"",
1788517885 "package": "vsce package --no-dependencies",
1788617886 "package-pre": "pnpm run patch-pre && pnpm run package --pre-release",
1788717887 "patch-pre": "node ./scripts/applyPreReleasePatch.mjs",
You can’t perform that action at this time.
0 commit comments