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:
authormatsuyoshi <sfbgwm30@gmail.com>2021-10-21 19:52:49 +0300
committermatsuyoshi <sfbgwm30@gmail.com>2021-10-21 19:52:49 +0300
commita55bf7e3eb6f998f12f8db1df3f953b791761245 (patch)
tree275ebe913cbd16bbb3f231aa5a517b790e0547aa
parentb3e57d3ca8af7ff42778102dbb84ea8416454ec3 (diff)
Fix README
-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