mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Add NPM shortcut for running prettier
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "webpack --mode development --watch",
|
||||
"build": "webpack --mode production"
|
||||
"build": "webpack --mode production",
|
||||
"format": "prettier --write src"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user