See if vercel-build command works on vercel deployment.

This commit is contained in:
Dillon Kearns 2022-02-23 16:21:30 -08:00
parent 033db9fa59
commit a6a50b8300
3 changed files with 5388 additions and 8294 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,7 @@
"description": "Example site built with elm-pages.",
"scripts": {
"start": "elm-pages dev",
"vercel-build": "(cd ../../ && npm install -f --no-optional) && npm install -f && 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"
},
@ -13,6 +14,7 @@
"elm-oembed": "0.0.6",
"elm-optimize-level-2": "^0.3.4",
"elm-pages": "file:../..",
"elm-review": "^2.7.0",
"elm-tooling": "^1.3.0",
"puppeteer": "^9.1.1",
"vite-plugin-webfont-dl": "^1.0.9"

6185
package-lock.json generated

File diff suppressed because it is too large Load Diff