Skip to content

Commit d933db1

Browse files
authored
Update README.md
1 parent 169573f commit d933db1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ npm i
2626
npm run start
2727
```
2828

29+
### Generate api
30+
```bash
31+
# update local api once
32+
npm run api:gen
33+
# update by changes (watch)
34+
npm run api:gen--watch
35+
```
36+
2937
### (IN PLAN) Run linter
3038
```bash
3139
npm run lint:fix

0 commit comments

Comments
 (0)