Finalize on commit lint
This commit is contained in:
parent
988a4f5110
commit
61bd1ed90c
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
yarn --cwd ./Dashboard run lint
|
yarn --cwd ./Dashboard run lint
|
||||||
git add
|
|
|
@ -40,7 +40,8 @@
|
||||||
"electron": "wait-on tcp:8080 && electron .",
|
"electron": "wait-on tcp:8080 && electron .",
|
||||||
"package": "yarn build && electron-builder --publish never",
|
"package": "yarn build && electron-builder --publish never",
|
||||||
"postinstall": "electron-builder install-app-deps",
|
"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",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Reference in a new issue