mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Fixed precommit hook
This commit is contained in:
parent
6ce8aade5b
commit
f5d9278930
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"build": "babel bot -d dist",
|
||||
"prod": "babel bot -d dist & node dist/bot.js",
|
||||
"lint": "prettier --write bot/**/*.js",
|
||||
"precommit": "lint"
|
||||
"precommit": "prettier --write bot/**/*.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "^0.14.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue