chore: remove pnpm workaround for netlify (#434)

This commit is contained in:
ハン / Han 2022-10-19 02:17:42 +09:00 committed by GitHub
parent 92842ee640
commit 7cad666d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,9 @@
[build.environment]
# bypass npm auto install
NPM_FLAGS = "--version"
NODE_VERSION = "16"
[build]
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
command = "pnpm run build"
[[redirects]]
from = "/*"