1
0
mirror of https://github.com/flarum/core.git synced 2025-09-09 07:31:09 +02:00

Install prettier

This commit is contained in:
Franz Liedke
2020-03-07 00:56:41 +01:00
parent bebcf04280
commit 37450dabf3
2 changed files with 9 additions and 0 deletions

View File

@@ -19,6 +19,9 @@
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
},
"devDependencies": {
"prettier": "2.0.2"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"