test:coverage -- -u

This commit is contained in:
toir 2021-03-15 23:40:37 +05:00
parent 7708bf8a16
commit 926c282491

View File

@ -8,7 +8,7 @@
"dist"
],
"scripts": {
"all": "npm-run-all --sequential build lint test:coverage",
"all": "npm-run-all --sequential build lint test:coverage -- -u",
"build": "./bin/build.sh",
"lint": "eslint .",
"test": "jest --watch",