mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
fix: update preinstall comamnd concurrently with installation command for specifying pnpm version before build
This commit is contained in:
parent
8d50cea667
commit
6ffa051e10
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"installCommand": "pnpm i",
|
"installCommand": "pnpm add -g pnpm@8.3.1 && pnpm i",
|
||||||
"buildCommand": "pnpm docs:build",
|
"buildCommand": "pnpm docs:build",
|
||||||
"devCommand": "pnpm docs:dev",
|
"devCommand": "pnpm docs:dev",
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user