Skip to content

Commit a406cb9

Browse files
committed
feat: small fixes
1 parent 801e06a commit a406cb9

File tree

7 files changed

+229
-361
lines changed

7 files changed

+229
-361
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ npm install -g pnpm
2323
pnpm install
2424

2525
# Run in development mode
26-
pnpm run dev
26+
pnpm run start
2727

2828
# Build for production
29-
pnpm run build
29+
pnpm run make
3030

3131
# Other useful commands
32-
pnpm run typecheck # Type checking
33-
pnpm run lint # Linting
32+
pnpm run check:write # Linting & typecheck
3433
```
3534

3635
### Building Distributables

0 commit comments

Comments
 (0)