mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
test: Update test scripts
This commit is contained in:
parent
32810336ec
commit
6e7693e6da
@ -7,10 +7,11 @@
|
|||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"all": "npm-run-all --sequential build lint test",
|
"all": "npm-run-all --sequential build lint test:coverage",
|
||||||
"build": "./bin/build.sh",
|
"build": "./bin/build.sh",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "jest",
|
"test": "jest --watch",
|
||||||
|
"test:coverage": "jest --coverage",
|
||||||
"cm": "git-cz",
|
"cm": "git-cz",
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
"commitmsg": "commitlint --edit"
|
"commitmsg": "commitlint --edit"
|
||||||
|
Loading…
Reference in New Issue
Block a user