1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-22 05:51:18 +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: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",