We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d550ef commit 295fc2fCopy full SHA for 295fc2f
package.json
@@ -27,7 +27,7 @@
27
"license": "MIT",
28
"scripts": {
29
"dev": "bun run --hot example/index.ts",
30
- "test": "bun wiptest && npm run test:node",
+ "test": "bun test && npm run test:node",
31
"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",
32
"build": "rimraf dist && tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json",
33
"release": "npm run build && npm run test && npm publish --access public"
0 commit comments