chore: update readme commands
This commit is contained in:
parent
42d13c7e89
commit
5f0cb94a24
1 changed files with 6 additions and 5 deletions
|
@ -24,7 +24,8 @@ $ pnpm i
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
| Command | Action |
|
| Command | Action |
|
||||||
| ---------------- | ----------------------------------------- |
|
| ------------------- | ----------------------------------------- |
|
||||||
| `npm start` | start dev server |
|
| `pnpm start` | start dev server |
|
||||||
| `npm run build` | generate static files to `dist` directory |
|
| `pnpm run build` | generate static files to `dist` directory |
|
||||||
| `npm run deploy` | run build and upload to my server |
|
| `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