change package.json script temporarily
This commit is contained in:
parent
5140069ed6
commit
5640f03fff
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue