1
0
Fork 0

Fix Netlify build

This commit is contained in:
Moritz Ruth 2021-12-18 20:02:03 +01:00
parent 5ebc236673
commit 5e3bb2b947
No known key found for this signature in database
GPG key ID: AFD57E23E753841B

View file

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