mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Try using path for stork executable
This commit is contained in:
parent
d0cae3fc1b
commit
2768d9f439
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@
|
|||
"generate-dev": "npm run generate && npm test",
|
||||
"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",
|
||||
"build-stork": "node -r esm -r tsconfig-paths/register build-stork.js && npm run build-stork-index",
|
||||
"build-stork-index": "$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_binary",
|
||||
"build-stork": "node -r esm -r tsconfig-paths/register build-stork.js",
|
||||
"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",
|
||||
"dev-astro": "astro dev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue