fix: fix calls to linting

This commit is contained in:
Yarmo Mackenbach 2023-05-03 10:47:50 +02:00
parent 0e29471d89
commit 3bcb724b7f
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn run license:check
yarn test

View file

@ -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": {