@@ -19568,29 +19568,29 @@
1956819568 "bundle": "webpack --mode production",
1956919569 "bundle:extension": "webpack --mode production --config-name extension:node",
1957019570 "clean": "pnpx rimraf --glob dist out .vscode-test .vscode-test-web .eslintcache* tsconfig*.tsbuildinfo",
19571- "clean:all": "pnpm run clean && pnpm run clean:deps",
19571+ "clean:all": "npm run clean && npm run clean:deps",
1957219572 "clean:lint": "pnpx rimraf .eslintcache",
1957319573 "clean:deps": "pnpx rimraf node_modules",
1957419574 "copy:images": "webpack --config webpack.config.images.mjs",
19575- "graph:link": "pnpm link @gitkraken/gitkraken-components",
19576- "graph:link:main": "pushd \"../GitKrakenComponents\" && pnpm link && popd && pnpm graph:link",
19577- "graph:unlink": "pnpm unlink @gitkraken/gitkraken-components && pnpm install --force",
19578- "graph:unlink:main": "pnpm graph:unlink && pushd \"../GitKrakenComponents\" && pnpm unlink && popd",
19575+ "graph:link": "npm link @gitkraken/gitkraken-components",
19576+ "graph:link:main": "pushd \"../GitKrakenComponents\" && npm link && popd && npm graph:link",
19577+ "graph:unlink": "npm unlink @gitkraken/gitkraken-components && npm install --force",
19578+ "graph:unlink:main": "npm graph:unlink && pushd \"../GitKrakenComponents\" && npm unlink && popd",
1957919579 "icons:apply": "node ./scripts/applyIconsContribution.mjs",
1958019580 "icons:svgo": "svgo -q -f ./images/icons/ --config svgo.config.js",
19581- "lint": "pnpm run clean:lint && eslint .",
19582- "lint:fix": "pnpm run clean:lint && eslint . --fix",
19583- "lint:webviews": "pnpm run clean:lint && eslint \"src/webviews/apps/**/*.ts?(x)\"",
19581+ "lint": "npm run clean:lint && eslint .",
19582+ "lint:fix": "npm run clean:lint && eslint . --fix",
19583+ "lint:webviews": "npm run clean:lint && eslint \"src/webviews/apps/**/*.ts?(x)\"",
1958419584 "package": "vsce package --no-dependencies",
19585- "package-pre": "pnpm run patch-pre && pnpm run package --pre-release",
19585+ "package-pre": "npm run patch-pre && npm run package --pre-release",
1958619586 "patch-pre": "node ./scripts/applyPreReleasePatch.mjs",
1958719587 "prep-release": "node ./scripts/prep-release.mjs",
1958819588 "pretty": "prettier --config .prettierrc --write .",
1958919589 "pretty:check": "prettier --config .prettierrc --check .",
1959019590 "pub": "vsce publish --no-dependencies",
1959119591 "pub-pre": "vsce publish --no-dependencies --pre-release",
19592- "rebuild": "pnpm run reset && pnpm run build",
19593- "reset": "pnpm run clean && pnpm install --force",
19592+ "rebuild": "npm run reset && npm run build",
19593+ "reset": "npm run clean && npm install --force",
1959419594 "test": "vscode-test",
1959519595 "test:e2e": "playwright test -c tests/e2e/playwright.config.ts",
1959619596 "watch": "webpack --watch --mode development",
0 commit comments