mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix dir name
This commit is contained in:
parent
2ec00f2349
commit
a958484b52
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"build-stork-index": "./$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_binary",
|
||||
"setup-stork": "run-s build-stork build-stork-index",
|
||||
"download-stork-toml": "node -r esm -r tsconfig-paths/register scripts/download-stork-toml.js",
|
||||
"stork-netlify": "chmod +x stork/stork-netlify.sh && ./stork/stork-netlify.sh",
|
||||
"stork-netlify": "chmod +x scripts/stork-netlify.sh && ./scripts/stork-netlify.sh",
|
||||
"dev-astro": "astro dev",
|
||||
"generate-astro": "astro build --experimental-ssr",
|
||||
"generate-nuxt": "NODE_OPTIONS=--max-old-space-size=60000 nuxt generate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue