change package.json script temporarily
This commit is contained in:
parent
7cf81c063a
commit
87ce7e2c3b
|
@ -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: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:run": "cypress run",
|
||||||
"cy:open": "cypress open",
|
"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": {
|
"jest": {
|
||||||
"globals": {
|
"globals": {
|
||||||
|
|
Loading…
Reference in New Issue