chore: skip netlify automatic npm install (#18)

This commit is contained in:
Han(ハン) 2020-11-30 15:58:21 +09:00 committed by GitHub
parent 18bce7d036
commit 44808f6a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
[build.environment]
NPM_FLAGS = "--prefix=/dev/null"
[build]
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run build"