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 0730bbe commit b3a9aacCopy full SHA for b3a9aac
package.json
@@ -21,6 +21,7 @@
21
"test:unit:watch": "nx run-many --target=test --watch",
22
"test:unit:bun": "bun ./tools/scripts/unit-test-with-bun.mjs",
23
"test:health": "DEBUG=false node ./local-tests/build.mjs && dotenvx run --env-file=.env -- node ./local-tests/build/health/index.mjs",
24
+ "ci:health": "DEBUG=false node ./local-tests/build.mjs && node ./local-tests/build/health/index.mjs",
25
"publish:packages": "yarn node ./tools/scripts/pub.mjs --prod",
26
"publish:beta": "yarn node ./tools/scripts/pub.mjs --tag beta",
27
"publish:staging": "yarn node ./tools/scripts/pub.mjs --tag staging",
0 commit comments