mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-27 15:31:25 +00:00
Merge pull request #155 from lbryio/MSFTserver-patch-1
update prettier for windows
This commit is contained in:
commit
18cb5eef4f
1 changed files with 3 additions and 3 deletions
|
@ -19,11 +19,11 @@
|
|||
"wget": "^0.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
|
||||
"prettier": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
|
||||
"build": "babel bot -d dist",
|
||||
"prod": "babel bot -d dist & node dist/bot.js",
|
||||
"lint": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
|
||||
"precommit": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240"
|
||||
"lint": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
|
||||
"precommit": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "^0.14.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue