fix: update preinstall comamnd concurrently with installation command for specifying pnpm version before build

This commit is contained in:
Anda Toshiki 2023-06-12 01:18:15 +08:00
parent 8d50cea667
commit 6ffa051e10

View File

@ -1,5 +1,5 @@
{
"installCommand": "pnpm i",
"installCommand": "pnpm add -g pnpm@8.3.1 && pnpm i",
"buildCommand": "pnpm docs:build",
"devCommand": "pnpm docs:dev",
"cleanUrls": true,