1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-05 04:15:31 +01:00

Temprorary fix for pnpm

This commit is contained in:
Amir Raminfar
2023-03-29 14:09:26 -07:00
parent c6f2f8ccb2
commit 1c068cc6f9

View File

@@ -1,3 +1,7 @@
[build.environment]
NPM_FLAGS = "--version"
[build]
publish = "docs/.vitepress/dist"
command = "pnpm docs:build"
# command = "pnpm docs:build"
command = "npx pnpm@v8 i --store=node_modules/.pnpm-store && npm run docs:build"