mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Trry using package scripts for building index
This commit is contained in:
parent
e1c1cdddfd
commit
37b33ba075
1 changed files with 3 additions and 3 deletions
|
|
@ -32,10 +32,10 @@
|
|||
"generate-dev": "npm run generate && npm test",
|
||||
"generate": "npm run clone-readme && npm run build-lists && npm run generate-nuxt && npm run generate-eleventy",
|
||||
"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",
|
||||
"setup-stork": "run-s download-stork-toml download-stork-executable",
|
||||
"build-stork-index": "./$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_binary",
|
||||
"setup-stork": "run-s build-stork build-stork-index",
|
||||
"build-stork-index-js": "node -r esm -r tsconfig-paths/register scripts/build-stork-index.js",
|
||||
"stork-index": "run-s setup-stork build-stork-index",
|
||||
"download-stork-toml": "node -r esm -r tsconfig-paths/register scripts/download-stork-toml.js",
|
||||
"download-stork-executable": "node -r esm -r tsconfig-paths/register scripts/download-stork-executable.js",
|
||||
"stork-netlify": "chmod +x scripts/stork-netlify.sh && ./scripts/stork-netlify.sh",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"clone-readme": "cp ./README.md README-temp.md",
|
||||
"cloudflare-deploy": "npm run build-api",
|
||||
"vercel-build": "run-s build-lists-and-api test-postbuild-api",
|
||||
"netlify-build": "run-s test-prebuild-functions download-stork-toml stork-netlify generate-astro"
|
||||
"netlify-build": "run-s test-prebuild-functions stork-index generate-astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy-assets": "^1.0.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue