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 020a5d2 commit 45e21a0Copy full SHA for 45e21a0
package.json
@@ -8,7 +8,7 @@
8
"release": "semantic-release",
9
"run-tests": "yarn run build-with-coverage && yarn run start-cypress",
10
"postrun-tests": "kill $(lsof -t -i:8080)",
11
- "start-and-run-tests": "yarn run build-with-coverage && yarn run serve-app && yarn run start-cypress",
+ "start-and-run-tests": "yarn run build-with-coverage && yarn run serve-app && BACK_PID=$! && wait $BACK_PID && yarn run start-cypress;",
12
"poststart-and-run-tests": "kill $(lsof -t -i:8080)",
13
"serve-app": "cd example && yarn && yarn run serve &",
14
"start-cypress": "yarn run cypress run"
0 commit comments