forked from Mirrors/doipjs
fix: fix calls to linting
This commit is contained in:
parent
0e29471d89
commit
3bcb724b7f
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn run license:check
|
||||
yarn test
|
|
@ -55,7 +55,7 @@
|
|||
"lint": "eslint ./src",
|
||||
"lint:fix": "eslint ./src --fix",
|
||||
"mocha": "./node_modules/.bin/mocha",
|
||||
"test": "yarn run standard:check && yarn rome check ./src/* && yarn run license:check && yarn run mocha",
|
||||
"test": "yarn lint && yarn rome check ./src/* && yarn run license:check && yarn run mocha",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue