Skip to content

Commit

Permalink
fix(readme): pnpm dev changed to pnpm start (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunyue1320 authored May 19, 2022
1 parent b5cdb7e commit 8a0efa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```shell
# open dev server
pnpm dev
pnpm start
# build to ./dist
pnpm build
# preview ./dist
Expand Down

0 comments on commit 8a0efa6

Please sign in to comment.