mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add support for path aliases on build lists
This commit is contained in:
parent
9e51c46871
commit
ef2aface48
1 changed files with 1 additions and 1 deletions
|
|
@ -31,8 +31,8 @@
|
||||||
"start": "nuxt start",
|
"start": "nuxt start",
|
||||||
"generate-dev": "npm run generate && npm test",
|
"generate-dev": "npm run generate && npm test",
|
||||||
"generate": "npm run clone-readme && npm run build-lists && npm run generate-nuxt && npm run generate-eleventy",
|
"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 build-lists.js",
|
|
||||||
"build-stork": "node -r esm build-stork.js && npm run build-stork-index",
|
"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-index": "$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_binary",
|
"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",
|
"dev-astro": "astro dev",
|
||||||
"generate-astro": "astro build --experimental-ssr",
|
"generate-astro": "astro build --experimental-ssr",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue