exit after test

This commit is contained in:
MapleLeaf
2022-01-10 22:48:15 -06:00
parent 8b371cd1cf
commit b0e937f896

View File

@@ -4,7 +4,7 @@
"scripts": {
"prepare": "remix setup node",
"dev": "concurrently 'typedoc --watch' 'remix dev'",
"test": "pnpm build && pnpm start & wait-on http-get://localhost:3000 && cypress run",
"test": "pnpm build && pnpm start & wait-on http-get://localhost:3000 && cypress run && exit 0",
"test-dev": "pnpm dev & wait-on http-get://localhost:3000 && cypress open",
"build": "typedoc && remix build",
"start": "remix-serve build",