Skip to content

Commit b629ff9

Browse files
committed
Fixes script rename
1 parent a1f3b40 commit b629ff9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17879,9 +17879,9 @@
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",

0 commit comments

Comments
 (0)