Skip to content

Commit

Permalink
Fix test script on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
banga committed Dec 31, 2023
1 parent fe74aff commit 65e41e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build": "npm run clean && patch-package && esbuild --external:benchmark --platform=node --target=node18 --bundle --format=esm --outdir=build --out-extension:.js=.mjs --banner:js='#!/usr/bin/env node'",
"build:dev": "npm run build src/index.ts src/benchmark.ts src/previewTheme.ts",
"build:publish": "npm run build src/index.ts --minify",
"test": "./node_modules/.bin/tsc && cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" ./node_modules/.bin/jest",
"test": "cross-env ./node_modules/.bin/tsc && cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" ./node_modules/.bin/jest",
"previewTheme": "nodemon -q build/previewTheme.mjs",
"benchmark": "npm run build && node build/benchmark.mjs",
"prepublishOnly": "npm run build:publish && npm run test"
Expand Down

0 comments on commit 65e41e9

Please sign in to comment.