Finalize on commit lint
This commit is contained in:
parent
988a4f5110
commit
61bd1ed90c
2 changed files with 3 additions and 3 deletions
|
@ -2,4 +2,3 @@
|
|||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn --cwd ./Dashboard run lint
|
||||
git add
|
|
@ -40,7 +40,8 @@
|
|||
"electron": "wait-on tcp:8080 && electron .",
|
||||
"package": "yarn build && electron-builder --publish never",
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"lint": "cross-env NODE_ENV=development eslint . --cache --fix --ext .js,.jsx,.ts,.tsx"
|
||||
"lint": "cross-env NODE_ENV=development eslint . --cache --ext .js,.jsx,.ts,.tsx",
|
||||
"lint:fix": "cross-env NODE_ENV=development eslint . --cache --fix --ext .js,.jsx,.ts,.tsx"
|
||||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
|
Reference in a new issue