mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 05:13:24 +03:00
See if vercel-build command works on vercel deployment.
This commit is contained in:
parent
033db9fa59
commit
a6a50b8300
7495
examples/docs/package-lock.json
generated
7495
examples/docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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
6185
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user