1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-04-15 23:06:11 +00:00

Added npx

This commit is contained in:
Vladimir Volek 2019-01-11 15:14:13 +01:00
parent 2973b5d4b9
commit 8bdc77783e

View File

@ -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"
},