1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 22:47:33 +02:00

Add NPM shortcut for running prettier

This commit is contained in:
Franz Liedke
2020-03-28 00:20:29 +01:00
parent 14e8e9a7cb
commit 64ad21e5da

View File

@@ -24,6 +24,7 @@
}, },
"scripts": { "scripts": {
"dev": "webpack --mode development --watch", "dev": "webpack --mode development --watch",
"build": "webpack --mode production" "build": "webpack --mode production",
"format": "prettier --write src"
} }
} }