|
17938 | 17938 | "build:tests": "node ./scripts/esbuild.tests.mjs --mode development",
|
17939 | 17939 | "bundle": "webpack --mode production",
|
17940 | 17940 | "bundle:extension": "webpack --mode production --config-name extension:node",
|
17941 |
| - "clean": "pnpx rimraf dist out .vscode-test .vscode-test-web .eslintcache* tsconfig*.tsbuildinfo", |
| 17941 | + "clean": "pnpx rimraf --glob dist out .vscode-test .vscode-test-web .eslintcache* tsconfig*.tsbuildinfo", |
| 17942 | + "clean:all": "pnpm run clean && pnpm run clean:deps", |
| 17943 | + "clean:lint": "pnpx rimraf .eslintcache", |
| 17944 | + "clean:deps": "pnpx rimraf node_modules", |
17942 | 17945 | "copy:images": "webpack --config webpack.config.images.mjs",
|
17943 | 17946 | "graph:link": "pnpm link @gitkraken/gitkraken-components",
|
17944 | 17947 | "graph:link:main": "pushd \"../GitKrakenComponents\" && pnpm link && popd && pnpm graph:link",
|
|
17949 | 17952 | "lint": "pnpm run lint:clear-cache && eslint .",
|
17950 | 17953 | "lint:fix": "pnpm run lint:clear-cache && eslint . --fix",
|
17951 | 17954 | "lint:webviews": "pnpm run lint:clear-cache && eslint \"src/webviews/apps/**/*.ts?(x)\"",
|
17952 |
| - "lint:clear-cache": "pnpx rimraf .eslintcache", |
17953 | 17955 | "package": "vsce package --no-dependencies",
|
17954 | 17956 | "package-pre": "pnpm run patch-pre && pnpm run package --pre-release",
|
17955 | 17957 | "patch-pre": "node ./scripts/applyPreReleasePatch.mjs",
|
|
17959 | 17961 | "pub": "vsce publish --no-dependencies",
|
17960 | 17962 | "pub-pre": "vsce publish --no-dependencies --pre-release",
|
17961 | 17963 | "rebuild": "pnpm run reset && pnpm run build",
|
17962 |
| - "reset": "pnpm run clean && pnpm install --frozen-lockfile", |
| 17964 | + "reset": "pnpm run clean && pnpm install --force", |
17963 | 17965 | "test": "vscode-test",
|
17964 | 17966 | "test:e2e": "playwright test -c tests/e2e/playwright.config.ts",
|
17965 | 17967 | "watch": "webpack --watch --mode development",
|
|
0 commit comments