|
80 | 80 | ] |
81 | 81 | }, |
82 | 82 | "scripts": { |
83 | | - "ci": "npm run lint && npm run compile && npm run test", |
| 83 | + "ci": "pnpm run lint && pnpm run compile && pnpm run test", |
84 | 84 | "compile-tests": "tsc -p . --outDir out", |
85 | 85 | "watch-tests": "tsc -p . -w --outDir out", |
86 | | - "pretest": "npm run compile-tests && npm run compile && npm run lint", |
| 86 | + "pretest": "pnpm run compile-tests && pnpm run compile && pnpm run lint", |
87 | 87 | "lint": "eslint src", |
88 | 88 | "lint:fix": "eslint src --fix", |
89 | 89 | "test": "vscode-test", |
90 | | - "compile": "npm run check-types && node esbuild.js", |
| 90 | + "compile": "pnpm run check-types && node esbuild.js", |
91 | 91 | "check-types": "tsc --noEmit", |
92 | 92 | "watch": "node esbuild.js --watch", |
93 | 93 | "watch:tsc": "tsc --noEmit --watch --project tsconfig.json", |
94 | 94 | "vscode:package": "vsce package --no-dependencies", |
95 | | - "vscode:prepublish": "cp ../../LICENSE . && npm run package", |
96 | | - "package": "rm -rf ./src_react && mkdir -p ./src_react && cd ../react && npm run build && cd ../extension && cp -r ../react/dist/* ./src_react && npm run check-types && node esbuild.js --production" |
| 95 | + "vscode:prepublish": "cp ../../LICENSE . && pnpm run package", |
| 96 | + "package": "rm -rf ./src_react && mkdir -p ./src_react && cd ../react && pnpm run build && cd ../extension && cp -r ../react/dist/* ./src_react && pnpm run check-types && node esbuild.js --production" |
97 | 97 | }, |
98 | 98 | "dependencies": { |
99 | 99 | "@types/fs-extra": "^11.0.4", |
|
0 commit comments