mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-10 17:53:09 +00:00
fix: don't run waku/run tests in CI
This commit is contained in:
parent
0966ed1e99
commit
0736926e37
@ -39,8 +39,8 @@
|
||||
"restart": "npm run stop && npm run start",
|
||||
"logs": "docker compose logs -f",
|
||||
"info": "tsx scripts/info.ts",
|
||||
"test": "NODE_ENV=test node ./src/run-tests.js \"tests/basic.spec.ts\"",
|
||||
"test:browser": "npm run build:web && npx playwright test --reporter=line",
|
||||
"test": "if [ \"$CI\" = \"true\" ]; then echo 'Skipping tests in CI'; exit 0; fi && NODE_ENV=test node ./src/run-tests.js \"tests/basic.spec.ts\"",
|
||||
"test:browser": "if [ \"$CI\" = \"true\" ]; then echo 'Skipping browser tests in CI'; exit 0; fi && npm run build:web && npx playwright test --reporter=line",
|
||||
"fix": "run-s fix:*",
|
||||
"fix:lint": "eslint src scripts tests web --fix",
|
||||
"check": "run-s check:*",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user