change package.json script temporarily

This commit is contained in:
kevmodrome 2020-06-11 16:40:45 +02:00
parent 5140069ed6
commit 5640f03fff
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"cy:setup": "rm -rf node ~/.budibase-cypress && ../cli/bin/budi init -d ~/.budibase-cypress && node ../cli/bin/budi run -d ~/.budibase-cypress",
"cy:run": "cypress run",
"cy:open": "cypress open",
"cy:test": "start-server-and-test cy:setup http://localhost:4001/_builder cy:run"
"cy:test": "start-server-and-test cy:setup http://localhost:4001/_builder cy:open"
},
"jest": {
"globals": {