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 b8e0b60 commit eff38ffCopy full SHA for eff38ff
package.json
@@ -19,7 +19,6 @@
19
"test:local": "node ./local-tests/build.mjs && dotenvx run --env-file=.env -- node ./local-tests/build/test.mjs",
20
"test:unit": "nx run-many --target=test",
21
"test:unit:watch": "nx run-many --target=test --watch",
22
- "test:unit:bun": "bun ./tools/scripts/unit-test-with-bun.mjs",
23
"publish:packages": "yarn node ./tools/scripts/pub.mjs --prod",
24
"publish:beta": "yarn node ./tools/scripts/pub.mjs --tag beta",
25
"publish:staging": "yarn node ./tools/scripts/pub.mjs --tag staging",
tools/scripts/unit-test-with-bun.mjs
0 commit comments