Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 25c4127..ac123b3 100644
--- a/README.md
+++ b/README.md
@@ -222,14 +222,10 @@ If you touch CSS or JavaScript file, you need to build to add your changes follo
$ npm install
```
-3. After fixing files in `static` dir, run `build` command to generate `bundle.js`
+3. After fixing files, you can format like below. (Auto format before commit using husky)
```
- $ # for development version
- $ npm run build-dev
-
- $ # for production version
- $ npm run build-prod
+ $ npm run format
```
## LICENSE