chore: remove pnpm workaround for netlify (#434)
This commit is contained in:
parent
92842ee640
commit
7cad666d6e
@ -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 = "/*"
|
||||
|
Loading…
Reference in New Issue
Block a user