mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Use vite-node for download-sitemaps
This commit is contained in:
parent
17aaa66cdc
commit
68e51e7468
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
"stork-index": "run-s setup-stork build-stork-index",
|
||||
"download-stork-toml": "npx vite-node scripts/download-stork-toml.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",
|
||||
"download-sitemaps": "npx vite-node scripts/download-sitemaps.js",
|
||||
"stork-netlify": "chmod +x scripts/stork-netlify.sh && ./scripts/stork-netlify.sh",
|
||||
"dev-astro": "astro dev",
|
||||
"generate-astro": "astro build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue