mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Trry running executable via bash
This commit is contained in:
parent
fdc1e4a2ed
commit
2ec00f2349
2 changed files with 7 additions and 1 deletions
|
|
@ -36,6 +36,7 @@
|
||||||
"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",
|
||||||
"setup-stork": "run-s build-stork build-stork-index",
|
"setup-stork": "run-s build-stork build-stork-index",
|
||||||
"download-stork-toml": "node -r esm -r tsconfig-paths/register scripts/download-stork-toml.js",
|
"download-stork-toml": "node -r esm -r tsconfig-paths/register scripts/download-stork-toml.js",
|
||||||
|
"stork-netlify": "chmod +x stork/stork-netlify.sh && ./stork/stork-netlify.sh",
|
||||||
"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",
|
||||||
|
|
@ -51,7 +52,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": "run-s test-prebuild-functions download-stork-toml setup-stork generate-astro"
|
"netlify-build": "run-s test-prebuild-functions download-stork-toml stork-netlify generate-astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/eleventy-assets": "^1.0.5",
|
"@11ty/eleventy-assets": "^1.0.5",
|
||||||
|
|
|
||||||
5
scripts/stork-netlify.sh
Normal file
5
scripts/stork-netlify.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
wget https://files.stork-search.net/releases/latest/stork-ubuntu-latest
|
||||||
|
chmod +x stork-ubuntu-latest
|
||||||
|
./stork-ubuntu-latest --build static/stork.toml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue