mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 00:46:29 +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",
|
||||
"devCommand": "pnpm docs:dev",
|
||||
"cleanUrls": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user