|
444 | 444 | "compile": "tsc -p . --outDir out && node esbuild.js", |
445 | 445 | "dev": "cd webview-ui && npm run dev", |
446 | 446 | "generate-types": "tsx scripts/generate-types.mts", |
447 | | - "install-e2e": "cd e2e && pnpm install", |
448 | | - "install-extension": "pnpm install", |
449 | | - "install-webview": "cd webview-ui && pnpm install", |
450 | | - "install:all": "pnpm install npm-run-all && npm-run-all -l -p install-*", |
| 447 | + "install-e2e": "cd e2e && npm install", |
| 448 | + "install-extension": "npm install", |
| 449 | + "install-webview": "cd webview-ui && npm install", |
| 450 | + "install:all": "npm install npm-run-all && npm-run-all -l -p install-*", |
451 | 451 | "knip": "knip --include files", |
452 | 452 | "lint": "npm-run-all -l -p lint:*", |
453 | 453 | "lint:e2e": "cd e2e && npm run lint", |
|
456 | 456 | "package": "npm-run-all -l -p build:webview build:esbuild check-types lint", |
457 | 457 | "prepare": "husky", |
458 | 458 | "pretest": "npm run compile", |
459 | | - "publish": "npm run build && changeset publish && pnpm install --package-lock-only", |
| 459 | + "publish": "npm run build && changeset publish && npm install --package-lock-only", |
460 | 460 | "publish:marketplace": "vsce publish && ovsx publish", |
461 | 461 | "test": "npm-run-all test:*", |
462 | 462 | "test:extension": "jest -w=40%", |
463 | 463 | "test:extension-esm": "vitest run", |
464 | 464 | "test:webview": "cd webview-ui && npm run test", |
465 | 465 | "update-contributors": "node scripts/update-contributors.js", |
466 | | - "version-packages": "changeset version && pnpm install --package-lock-only", |
| 466 | + "version-packages": "changeset version && npm install --package-lock-only", |
467 | 467 | "vscode-test": "npm-run-all -l -p vscode-test:*", |
468 | 468 | "vscode-test:extension": "tsc -p . --outDir out && node esbuild.js", |
469 | 469 | "vscode-test:webview": "cd webview-ui && npm run build", |
|
0 commit comments