Skip to content

Commit b3a9aac

Browse files
committed
Add ci:health script for CI environment without dotenvx
1 parent 0730bbe commit b3a9aac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"test:unit:watch": "nx run-many --target=test --watch",
2222
"test:unit:bun": "bun ./tools/scripts/unit-test-with-bun.mjs",
2323
"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",
2425
"publish:packages": "yarn node ./tools/scripts/pub.mjs --prod",
2526
"publish:beta": "yarn node ./tools/scripts/pub.mjs --tag beta",
2627
"publish:staging": "yarn node ./tools/scripts/pub.mjs --tag staging",

0 commit comments

Comments
 (0)