aboutsummaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorDania Rifki <atomicnumberphi@gmail.com>2026-02-25 09:19:55 +0800
committerLi Jin <dragon-fly@qq.com>2026-02-25 10:07:31 +0800
commita6cb8214272ec73757f36591f9335129c4629fff (patch)
tree8a8b501f4c0bfdf4bdd8ca6786d8732d033bf0e1 /doc/README.md
parentdb769a1bd4fba3ccb4161207df800852431f63d5 (diff)
downloadyuescript-a6cb8214272ec73757f36591f9335129c4629fff.tar.gz
yuescript-a6cb8214272ec73757f36591f9335129c4629fff.tar.bz2
yuescript-a6cb8214272ec73757f36591f9335129c4629fff.zip
Switch from yarn to pnpm
Diffstat (limited to 'doc/README.md')
-rwxr-xr-xdoc/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.md b/doc/README.md
index a954aa3..aeae497 100755
--- a/doc/README.md
+++ b/doc/README.md
@@ -5,9 +5,9 @@
5## Development 5## Development
6 6
7```bash 7```bash
8yarn dev 8pnpm run dev
9yarn build 9pnpm run build
10yarn preview 10pnpm run preview
11``` 11```
12 12
13For more details, please head to VitePress's [documentation](https://vitepress.dev/). 13For more details, please head to VitePress's [documentation](https://vitepress.dev/).