mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Use vite-node for download-stork-executable
This commit is contained in:
parent
9b0f167979
commit
17aaa66cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
"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",
|
||||
"download-stork-executable": "node -r esm -r tsconfig-paths/register scripts/download-stork-executable.js",
|
||||
"download-stork-executable": "npx vite-node scripts/download-stork-executable.js",
|
||||
"download-sitemaps": "node -r esm -r tsconfig-paths/register scripts/download-sitemaps.js",
|
||||
"stork-netlify": "chmod +x scripts/stork-netlify.sh && ./scripts/stork-netlify.sh",
|
||||
"dev-astro": "astro dev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue