mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-22 05:51:18 +00:00
add npx
This commit is contained in:
parent
749224dc66
commit
4187806460
@ -23,7 +23,7 @@
|
|||||||
"lint:css": "npx stylelint './src/**/*.js'",
|
"lint:css": "npx stylelint './src/**/*.js'",
|
||||||
"lint:prettier": "npx pretty-quick",
|
"lint:prettier": "npx pretty-quick",
|
||||||
"lint-fix": "npx eslint ./src ./webpack --fix",
|
"lint-fix": "npx eslint ./src ./webpack --fix",
|
||||||
"prettier:check": "eslint --print-config ./src | eslint-config-prettier-check",
|
"prettier:check": "npx eslint --print-config ./src | eslint-config-prettier-check",
|
||||||
"test": "run-s test:*",
|
"test": "run-s test:*",
|
||||||
"test:unit": "npx jest",
|
"test:unit": "npx jest",
|
||||||
"test-unit:watch": "npx jest -o --watch",
|
"test-unit:watch": "npx jest -o --watch",
|
||||||
|
Loading…
Reference in New Issue
Block a user