chore: update readme commands
This commit is contained in:
parent
42d13c7e89
commit
5f0cb94a24
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -23,8 +23,9 @@ $ pnpm i
|
|||
|
||||
## Commands
|
||||
|
||||
| Command | Action |
|
||||
| ---------------- | ----------------------------------------- |
|
||||
| `npm start` | start dev server |
|
||||
| `npm run build` | generate static files to `dist` directory |
|
||||
| `npm run deploy` | run build and upload to my server |
|
||||
| Command | Action |
|
||||
| ------------------- | ----------------------------------------- |
|
||||
| `pnpm start` | start dev server |
|
||||
| `pnpm run build` | generate static files to `dist` directory |
|
||||
| `pnpm run deploy` | run build and upload to my server |
|
||||
| `pnpm run prep:now` | back up and clear current now constants |
|
||||
|
|
Loading…
Reference in a new issue