mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add download-stork-toml to netlify build
This commit is contained in:
parent
c0dbaf88f9
commit
cd953abd45
1 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,7 @@
|
||||||
"build-lists": "npm run test-prebuild && node -r esm -r tsconfig-paths/register build-lists.js",
|
"build-lists": "npm run test-prebuild && node -r esm -r tsconfig-paths/register build-lists.js",
|
||||||
"build-stork": "node -r esm -r tsconfig-paths/register build-stork.js && npm run build-stork-index",
|
"build-stork": "node -r esm -r tsconfig-paths/register build-stork.js && npm run build-stork-index",
|
||||||
"build-stork-index": "$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_binary",
|
"build-stork-index": "$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_binary",
|
||||||
|
"download-stork-toml": "node -r esm -r tsconfig-paths/register scripts/download-stork-toml.js",
|
||||||
"dev-astro": "astro dev",
|
"dev-astro": "astro dev",
|
||||||
"generate-astro": "astro build --experimental-ssr",
|
"generate-astro": "astro build --experimental-ssr",
|
||||||
"generate-nuxt": "NODE_OPTIONS=--max-old-space-size=60000 nuxt generate",
|
"generate-nuxt": "NODE_OPTIONS=--max-old-space-size=60000 nuxt generate",
|
||||||
|
|
@ -49,7 +50,7 @@
|
||||||
"clone-readme": "cp ./README.md README-temp.md",
|
"clone-readme": "cp ./README.md README-temp.md",
|
||||||
"cloudflare-deploy": "npm run build-api",
|
"cloudflare-deploy": "npm run build-api",
|
||||||
"vercel-build": "npm run build-lists-and-api && npm run test-postbuild-api",
|
"vercel-build": "npm run build-lists-and-api && npm run test-postbuild-api",
|
||||||
"netlify-build": "npm run test-prebuild-functions && npm run generate-astro"
|
"netlify-build": "npm run test-prebuild-functions && npm run download-stork-toml && npm run generate-astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/eleventy-assets": "^1.0.5",
|
"@11ty/eleventy-assets": "^1.0.5",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue