chore: remove pnpm workaround for netlify (#434)
This commit is contained in:
parent
92842ee640
commit
7cad666d6e
@ -1,11 +1,9 @@
|
|||||||
[build.environment]
|
[build.environment]
|
||||||
# bypass npm auto install
|
|
||||||
NPM_FLAGS = "--version"
|
|
||||||
NODE_VERSION = "16"
|
NODE_VERSION = "16"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
|
command = "pnpm run build"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/*"
|
from = "/*"
|
||||||
|
Loading…
Reference in New Issue
Block a user