1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-05 22:00:59 +00:00
This commit is contained in:
Vladimir Volek 2019-03-04 13:38:05 +01:00
parent 749224dc66
commit 4187806460

View File

@ -23,7 +23,7 @@
"lint:css": "npx stylelint './src/**/*.js'",
"lint:prettier": "npx pretty-quick",
"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:unit": "npx jest",
"test-unit:watch": "npx jest -o --watch",