mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Download toml and executable in parallel
This commit is contained in:
parent
cc49b44a4e
commit
377a4b1672
1 changed files with 3 additions and 3 deletions
|
|
@ -37,13 +37,13 @@
|
|||
"build-api": "pnpm run clone-readme && npx vite-node build-lists.js -- --with-api --no-lists",
|
||||
"build-lists-and-api": "pnpm run clone-readme && npx vite-node build-lists.js -- --with-api",
|
||||
"generate-dev": "pnpm run generate && npm test",
|
||||
"setup-stork": "pnpm download-stork-toml && pnpm download-stork-executable",
|
||||
"download-stork:toml": "npx vite-node scripts/download-stork-toml.js",
|
||||
"download-stork:executable": "npx vite-node scripts/download-stork-executable.js",
|
||||
"setup-stork": "pnpm run \"/^download-stork:.*/\" --parallel",
|
||||
"build-stork-index": "./$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_index",
|
||||
"build-stork-index-js": "npx vite-node scripts/build-stork-index.js",
|
||||
"stork-search": "./$npm_package_config_stork_executable search --index $npm_package_config_stork_index --query $1",
|
||||
"stork-index": "pnpm setup-stork && pnpm build-stork-index",
|
||||
"download-stork-toml": "npx vite-node scripts/download-stork-toml.js",
|
||||
"download-stork-executable": "npx vite-node scripts/download-stork-executable.js",
|
||||
"stork-netlify": "chmod +x scripts/stork-netlify.sh && ./scripts/stork-netlify.sh",
|
||||
"dev-astro": "astro dev",
|
||||
"generate-astro": "astro build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue