mirror of
https://github.com/trezor/trezor-wallet
synced 2025-04-15 23:06:11 +00:00
Added npx
This commit is contained in:
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…
Reference in New Issue
Block a user