fix(npmtasks): cypress open

This commit is contained in:
moklick
2019-09-26 15:16:37 +02:00
parent a087faf3ca
commit befb3d1dcd
5 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -51,7 +51,8 @@
"build:example": "parcel build examples/*.html -d examples/build",
"dev:wait": "start-server-and-test dev http-get://localhost:1234/index.html",
"cy:run": "cypress run",
"cypress": "npm run dev:wait cypress open",
"cy:open": "cypress run",
"cypress": "npm run dev:wait cy:open",
"test": "npm run dev:wait cy:run"
},
"husky": {