mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Rename binary to index
This commit is contained in:
parent
03154dc27e
commit
53d43cb7c5
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue