diff --git a/package.json b/package.json index 947460d..4200190 100644 --- a/package.json +++ b/package.json @@ -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",