Enable path aliases on build-stork

This commit is contained in:
Sam Carlton 2022-05-09 16:19:35 -05:00
parent 7661b2192e
commit 1c25b19e74

View file

@ -31,8 +31,8 @@
"start": "nuxt start",
"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-stork": "node -r esm build-stork.js && npm run build-stork-index",
"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",
"dev-astro": "astro dev",
"generate-astro": "astro build --experimental-ssr",