pull/311/head
Vladimir Volek 5 years ago
parent 2973b5d4b9
commit 8bdc77783e

@ -21,8 +21,8 @@
"test": "run-s test:*",
"test:unit": "npx jest",
"test-unit:watch": "npx jest -o --watch",
"test-integration": "cypress run",
"test-local": "cypress open",
"test-integration": "npx cypress run",
"test-local": "npx cypress open",
"server:beta": "node ./server/index.js --buildType=beta",
"server:stable": "node ./server/index.js --buildType=stable"
},

Loading…
Cancel
Save