|
15 | 15 | "scripts": { |
16 | 16 | "typecheck": "tsc", |
17 | 17 | "clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build", |
18 | | - "test": "c-tsx ./src/scripts/runUnitTestsOnly.ts", |
19 | | - "test:subset": "c-tsx ./src/scripts/runUnitTestsOnly.ts --subset", |
20 | | - "test:update": "c-tsx ./src/scripts/runUnitTestsOnly.ts --update", |
21 | | - "test:update:subset": "c-tsx ./src/scripts/runUnitTestsOnly.ts --update --subset", |
| 18 | + "test": "c-tsx ./src/scripts/runUnitTests.ts", |
| 19 | + "test:subset": "c-tsx ./src/scripts/runUnitTests.ts --subset", |
| 20 | + "test:update": "c-tsx ./src/scripts/runUnitTests.ts --update", |
| 21 | + "test:update:subset": "c-tsx ./src/scripts/runUnitTests.ts --update --subset", |
22 | 22 | "test:vscode": "c-tsx ./src/scripts/runVscodeTestsCI.ts", |
23 | 23 | "test:neovim": "c-tsx ./src/scripts/runNeovimTestsCI.ts", |
24 | 24 | "test:talon": "c-tsx ./src/scripts/runTalonTests.ts", |
25 | 25 | "test:talonJs": "c-tsx ./src/scripts/runTalonJsTests.ts", |
26 | | - "pretest": "pnpm run bundle", |
27 | | - "pretest:subset": "pnpm run bundle", |
28 | | - "pretest:update": "pnpm run bundle", |
29 | | - "pretest:update:subset": "pnpm run bundle", |
30 | | - "pretest:vscode": "pnpm run bundle", |
31 | | - "pretest:neovim": "pnpm run bundle", |
32 | | - "pretest:talon": "pnpm run bundle", |
33 | | - "pretest:talonJs": "pnpm run bundle", |
34 | | - "bundle": "bash ./scripts/compile-esbuild.sh", |
| 26 | + "build": "bash ./scripts/compile-esbuild.sh", |
35 | 27 | "generate-test-subset-file": "c-tsx ./src/scripts/generateTestSubsetFile.ts --always-open", |
36 | 28 | "generate-test-subset-file-strict": "c-tsx ./src/scripts/generateTestSubsetFile.ts --fail-if-not-exists" |
37 | 29 | }, |
|
0 commit comments