Recreate package-lock and remove obsolete npm i step in netlify.

This commit is contained in:
Dillon Kearns 2021-12-29 13:10:26 -08:00
parent 1f313d0cb8
commit 2612159cde
2 changed files with 7 additions and 2009 deletions

View File

@ -1,7 +1,7 @@
[build]
functions = "functions/"
publish = "dist/"
command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional && npx --no-install elm-tooling install) && npm install --no-optional && npm run build && node adapter.js && cd functions && npm i"
command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional && npx --no-install elm-tooling install) && npm install --no-optional && npm run build && node adapter.js"
[dev]
command = "npm start"

File diff suppressed because it is too large Load Diff