chore: update readme commands

This commit is contained in:
Ayo Ayco 2025-01-05 00:15:06 +01:00
parent 42d13c7e89
commit 5f0cb94a24

View file

@ -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 |