mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 18:33:40 +08:00
Add NPM shortcut for running prettier
This commit is contained in:
parent
19adcf33dd
commit
c098423c00
|
@ -24,6 +24,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"dev": "webpack --mode development --watch",
|
||||
"build": "webpack --mode production"
|
||||
"build": "webpack --mode production",
|
||||
"format": "prettier --write src"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user