mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-18 09:01:39 +03:00
Remove no-optional flag to fix cloudflare pages deploy issue with esbuild install.
This commit is contained in:
parent
2edb61cb74
commit
0ca946421f
@ -4,7 +4,7 @@
|
||||
"description": "Example site built with elm-pages.",
|
||||
"scripts": {
|
||||
"start": "elm-pages dev",
|
||||
"vercel-build": "(cd ../../ && npm install --no-optional) && npm install && curl https://static.lamdera.com/bin/linux/lamdera -o ./node_modules/.bin/lamdera && chmod a+x ./node_modules/.bin/lamdera && npx --no-install elm-tooling install && npx elm-pages build",
|
||||
"vercel-build": "(cd ../../ && npm install) && npm install && curl https://static.lamdera.com/bin/linux/lamdera -o ./node_modules/.bin/lamdera && chmod a+x ./node_modules/.bin/lamdera && npx --no-install elm-tooling install && npx elm-pages build",
|
||||
"start:https": "elm-pages dev --https",
|
||||
"build": "elm-pages build --keep-cache"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user