@@ -19567,29 +19567,29 @@
19567
19567
"bundle": "webpack --mode production",
19568
19568
"bundle:extension": "webpack --mode production --config-name extension:node",
19569
19569
"clean": "pnpx rimraf --glob dist out .vscode-test .vscode-test-web .eslintcache* tsconfig*.tsbuildinfo",
19570
- "clean:all": "npm run clean && npm run clean:deps",
19570
+ "clean:all": "pnpm run clean && pnpm run clean:deps",
19571
19571
"clean:lint": "pnpx rimraf .eslintcache",
19572
19572
"clean:deps": "pnpx rimraf node_modules",
19573
19573
"copy:images": "webpack --config webpack.config.images.mjs",
19574
- "graph:link": "npm link @gitkraken/gitkraken-components",
19575
- "graph:link:main": "pushd \"../GitKrakenComponents\" && npm link && popd && npm graph:link",
19576
- "graph:unlink": "npm unlink @gitkraken/gitkraken-components && npm install --force",
19577
- "graph:unlink:main": "npm graph:unlink && pushd \"../GitKrakenComponents\" && npm unlink && popd",
19574
+ "graph:link": "pnpm link @gitkraken/gitkraken-components",
19575
+ "graph:link:main": "pushd \"../GitKrakenComponents\" && pnpm link && popd && pnpm graph:link",
19576
+ "graph:unlink": "pnpm unlink @gitkraken/gitkraken-components && pnpm install --force",
19577
+ "graph:unlink:main": "pnpm graph:unlink && pushd \"../GitKrakenComponents\" && pnpm unlink && popd",
19578
19578
"icons:apply": "node ./scripts/applyIconsContribution.mjs",
19579
19579
"icons:svgo": "svgo -q -f ./images/icons/ --config svgo.config.js",
19580
- "lint": "npm run clean:lint && eslint .",
19581
- "lint:fix": "npm run clean:lint && eslint . --fix",
19582
- "lint:webviews": "npm run clean:lint && eslint \"src/webviews/apps/**/*.ts?(x)\"",
19580
+ "lint": "pnpm run clean:lint && eslint .",
19581
+ "lint:fix": "pnpm run clean:lint && eslint . --fix",
19582
+ "lint:webviews": "pnpm run clean:lint && eslint \"src/webviews/apps/**/*.ts?(x)\"",
19583
19583
"package": "vsce package --no-dependencies",
19584
- "package-pre": "npm run patch-pre && npm run package --pre-release",
19584
+ "package-pre": "pnpm run patch-pre && pnpm run package --pre-release",
19585
19585
"patch-pre": "node ./scripts/applyPreReleasePatch.mjs",
19586
19586
"prep-release": "node ./scripts/prep-release.mjs",
19587
19587
"pretty": "prettier --config .prettierrc --write .",
19588
19588
"pretty:check": "prettier --config .prettierrc --check .",
19589
19589
"pub": "vsce publish --no-dependencies",
19590
19590
"pub-pre": "vsce publish --no-dependencies --pre-release",
19591
- "rebuild": "npm run reset && npm run build",
19592
- "reset": "npm run clean && npm install --force",
19591
+ "rebuild": "pnpm run reset && pnpm run build",
19592
+ "reset": "pnpm run clean && pnpm install --force",
19593
19593
"test": "vscode-test",
19594
19594
"test:e2e": "playwright test -c tests/e2e/playwright.config.ts",
19595
19595
"watch": "webpack --watch --mode development",
0 commit comments