mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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",
|
||||
"setup-stork": "run-s build-stork build-stork-index",
|
||||
"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",
|
||||
"generate-astro": "astro build --experimental-ssr",
|
||||
"generate-nuxt": "NODE_OPTIONS=--max-old-space-size=60000 nuxt generate",
|
||||
|
|
@ -51,7 +52,7 @@
|
|||
"clone-readme": "cp ./README.md README-temp.md",
|
||||
"cloudflare-deploy": "npm run build-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": {
|
||||
"@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