We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6487cf8 commit 5a44a71Copy full SHA for 5a44a71
1 file changed
package.json
@@ -19,7 +19,7 @@
19
"scripts": {
20
"test": "npm run tests",
21
"tests": "node --experimental-test-module-mocks cli.js tests --returnResults",
22
- "test:web": "bun --bun ./tests/webfunction.js",
+ "test:web": "node ./tests/webfunction.js",
23
"test:browser": "node cli.js tests --browser",
24
"test:all": "npm run tests && npm run test:browser",
25
"build:browser": "node scripts/build-browser.js",
@@ -31,7 +31,7 @@
31
"dev": "npm run build && npm run test:all",
32
"prepublishOnly": "npm run build",
33
"postbuild": "npm run test:browser",
34
- "version": "bun --bun cli.js --version",
+ "version": "node cli.js --version",
35
"clean": "rm -rf dist/*.js dist/*.map",
36
"check": "npm run build && npm run test:all",
37
"validate": "node scripts/validate-automation.js",
0 commit comments