Skip to content

Commit

Permalink
Revert "more windows fix try"
Browse files Browse the repository at this point in the history
This reverts commit 5b43466.
  • Loading branch information
pokey committed Nov 10, 2023
1 parent 5b43466 commit f8bdae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"main": "./out/index.js",
"scripts": {
"test": "pnpm build:base ./src/scripts/runTestsCI.ts --outfile=dist/runTestsCI.cjs && env CURSORLESS_TEST=true node dist/runTestsCI.cjs",
"test": "env CURSORLESS_TEST=true my-ts-node src/scripts/runTestsCI.ts",
"build:base": "esbuild --sourcemap --conditions=cursorless:bundler --bundle --external:vscode --format=cjs --platform=node",
"build": "pnpm run build:runner && pnpm run build:tests && pnpm run build:unit && pnpm run build:talon",
"build:runner": "pnpm run build:base ./src/runners/extensionTests.ts --outfile=dist/extensionTests.cjs",
Expand Down

0 comments on commit f8bdae8

Please sign in to comment.