Add build-stork-index script

This commit is contained in:
Sam Carlton 2022-05-09 15:18:54 -05:00
parent 801d1da92f
commit 3d281fffde

View file

@ -32,7 +32,8 @@
"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 build-lists.js",
"build-stork": "node -r esm build-stork.js",
"build-stork": "node -r esm build-stork.js && npm run build-stork-index",
"build-stork-index": "$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_binary",
"dev-astro": "astro dev",
"generate-astro": "astro build --experimental-ssr",
"generate-nuxt": "NODE_OPTIONS=--max-old-space-size=60000 nuxt generate",