Rename "pretty-print" command to "format" for more clarity
This commit is contained in:
parent
e31e9cd345
commit
b1a41892fb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
"postinstall": "electron-builder install-app-deps",
|
||||
"precommit": "lint-staged",
|
||||
"lint": "eslint 'src/**/*.{js,jsx}' --fix",
|
||||
"pretty-print": "prettier 'src/**/*.{js,jsx,scss,json}' --write"
|
||||
"format": "prettier 'src/**/*.{js,jsx,scss,json}' --write"
|
||||
},
|
||||
"keywords": [
|
||||
"lbry"
|
||||
|
|
Loading…
Reference in a new issue