Fix Netlify build
This commit is contained in:
parent
5ebc236673
commit
5e3bb2b947
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
[build.environment]
|
||||||
|
# bypass npm auto install
|
||||||
|
NPM_FLAGS = "--version"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
|
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
|
||||||
|
|
Loading…
Add table
Reference in a new issue