docs: add about using package managers - #138
Conversation
|
After voidzero-dev/vite-plus#2391 pr was merged, I think we can run I will release the 0.3.1 version next week. cc @liangmiQwQ |
6e8f781 to
e00d7a4
Compare
That's correct 🫡 |
|
https://github.com/voidzero-dev/vite-plus/releases/tag/v0.3.1 Vite+ version 0.3.1 has been released. We only need to add instructions in the README to guide developers to upgrade to version 0.3.1, and then they can directly use the pnpm command. |
e00d7a4 to
71b060e
Compare
|
Thanks @fengmk2 and @liangmiQwQ ! Since Vite+ v0.3.1 is released, I've updated README about package managers are available by default and to upgrade Vite+ version. Let me know how this sounds :) See: 71b060e |
Closes #27
Add an optional
pnpminput so workflows can install pnpm globally, allowing executable path which makes runningpnpmcommand available. It is defaulted tofalse.Usage:
I have verified that my fork's CI have passed and executable path is available.
If you want to verify GitHub Actions locally via act, here's how 👇
*Make sure Docker is running to test with act
.github/workflows/test.ymlRun the following:
Referece: https://github.com/nektos/act
setup-vp.mp4