mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Try using vite-node for build-stork-index-js
This commit is contained in:
parent
68e51e7468
commit
6a06c8ffa0
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
"build-lists": "npm run test-prebuild && npx vite-node 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_index",
|
||||
"build-stork-index-js": "node -r esm -r tsconfig-paths/register scripts/build-stork-index.js",
|
||||
"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": "run-s setup-stork build-stork-index",
|
||||
"download-stork-toml": "npx vite-node scripts/download-stork-toml.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue