Skip to content

Commit

Permalink
Fix : Fix lint error Command Client
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-Jiyun committed Nov 4, 2023
1 parent 820a6b3 commit c169ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/guideForDevelopment/commandClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ menu:
weight: 190
toc: true
---

{{< alert icon="💡" text="You can check the command in the Script section of '/package.json'." />}}

## Start
Expand Down Expand Up @@ -54,11 +55,10 @@ Serve your build directory:
serve -s build
```


## CI

Code Style Verification (code commitment only when passing CI):

```bash
yarn CI
```
```

0 comments on commit c169ce1

Please sign in to comment.