1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00

adds missing package.json commands

This commit is contained in:
kevmodrome 2020-06-09 15:48:25 +02:00
parent 0c20d328ae
commit 989b042993

View file

@ -10,9 +10,10 @@
"test:watch": "jest --watchAll",
"dev:builder": "routify --routify-dir routify -c rollup",
"rollup": "rollup -c -w",
"cy:setup": "node ../cli/bin/budi init -d ~/.budibase-cypress && node ../cli/bin/budi run -d ~/.budibase-cypress",
"cy:run": "dev:cypress run",
"cy:open": "cypress open"
"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"
},
"jest": {
"globals": {
@ -87,6 +88,7 @@
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-url": "^2.2.2",
"start-server-and-test": "^1.11.0",
"svelte": "3.23.x"
},
"gitHead": "115189f72a850bfb52b65ec61d932531bf327072"