Skip to content

Commit 295fc2f

Browse files
Update package.json
1 parent 6d550ef commit 295fc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"scripts": {
2929
"dev": "bun run --hot example/index.ts",
30-
"test": "bun wiptest && npm run test:node",
30+
"test": "bun test && npm run test:node",
3131
"test:node": "npm install --prefix ./test/node/cjs/ && npm install --prefix ./test/node/esm/ && node ./test/node/cjs/index.js && node ./test/node/esm/index.js",
3232
"build": "rimraf dist && tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json",
3333
"release": "npm run build && npm run test && npm publish --access public"

0 commit comments

Comments
 (0)