Skip to content

Commit 5a44a71

Browse files
remove bun scripts
1 parent 6487cf8 commit 5a44a71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"test": "npm run tests",
2121
"tests": "node --experimental-test-module-mocks cli.js tests --returnResults",
22-
"test:web": "bun --bun ./tests/webfunction.js",
22+
"test:web": "node ./tests/webfunction.js",
2323
"test:browser": "node cli.js tests --browser",
2424
"test:all": "npm run tests && npm run test:browser",
2525
"build:browser": "node scripts/build-browser.js",
@@ -31,7 +31,7 @@
3131
"dev": "npm run build && npm run test:all",
3232
"prepublishOnly": "npm run build",
3333
"postbuild": "npm run test:browser",
34-
"version": "bun --bun cli.js --version",
34+
"version": "node cli.js --version",
3535
"clean": "rm -rf dist/*.js dist/*.map",
3636
"check": "npm run build && npm run test:all",
3737
"validate": "node scripts/validate-automation.js",

0 commit comments

Comments
 (0)