adds missing package.json commands

This commit is contained in:
kevmodrome 2020-06-09 15:48:25 +02:00
parent 0c20d328ae
commit 989b042993
1 changed files with 5 additions and 3 deletions

View File

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