Skip to content

Commit 45e21a0

Browse files
committed
chore: renamed test scripts
1 parent 020a5d2 commit 45e21a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"release": "semantic-release",
99
"run-tests": "yarn run build-with-coverage && yarn run start-cypress",
1010
"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",
11+
"start-and-run-tests": "yarn run build-with-coverage && yarn run serve-app && BACK_PID=$! && wait $BACK_PID && yarn run start-cypress;",
1212
"poststart-and-run-tests": "kill $(lsof -t -i:8080)",
1313
"serve-app": "cd example && yarn && yarn run serve &",
1414
"start-cypress": "yarn run cypress run"

0 commit comments

Comments
 (0)