@@ -19567,29 +19567,29 @@
1956719567 "bundle": "webpack --mode production",
1956819568 "bundle:extension": "webpack --mode production --config-name extension:node",
1956919569 "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",
1957119571 "clean:lint": "pnpx rimraf .eslintcache",
1957219572 "clean:deps": "pnpx rimraf node_modules",
1957319573 "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",
1957819578 "icons:apply": "node ./scripts/applyIconsContribution.mjs",
1957919579 "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)\"",
1958319583 "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",
1958519585 "patch-pre": "node ./scripts/applyPreReleasePatch.mjs",
1958619586 "prep-release": "node ./scripts/prep-release.mjs",
1958719587 "pretty": "prettier --config .prettierrc --write .",
1958819588 "pretty:check": "prettier --config .prettierrc --check .",
1958919589 "pub": "vsce publish --no-dependencies",
1959019590 "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",
1959319593 "test": "vscode-test",
1959419594 "test:e2e": "playwright test -c tests/e2e/playwright.config.ts",
1959519595 "watch": "webpack --watch --mode development",
0 commit comments