Rename binary to index

This commit is contained in:
Sam Carlton 2022-05-15 11:47:09 -05:00
parent 03154dc27e
commit 53d43cb7c5

View file

@ -15,7 +15,7 @@
"stork": {
"executable": "stork-executable",
"toml": "static/stork.toml",
"binary": "static/search-index.st"
"index": "static/search-index.st"
}
},
"scripts": {
@ -33,7 +33,7 @@
"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 -r tsconfig-paths/register build-lists.js",
"setup-stork": "run-s download-stork-toml download-stork-executable",
"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_index",
"build-stork-index-js": "node -r esm -r tsconfig-paths/register scripts/build-stork-index.js",
"stork-index": "run-s setup-stork build-stork-index",
"download-stork-toml": "node -r esm -r tsconfig-paths/register scripts/download-stork-toml.js",