mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add build-stork script
This commit is contained in:
parent
43ef3bd5ce
commit
d90d109ca9
2 changed files with 53 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
|||
"tsconfig-paths/register"
|
||||
]
|
||||
},
|
||||
"stork": {
|
||||
"in": "./public/stork-index.toml",
|
||||
"out": "./public/stork-index.st"
|
||||
},
|
||||
"scripts": {
|
||||
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose",
|
||||
"test-prebuild-functions": "npm run test-prebuild && npm run test-listings",
|
||||
|
|
@ -25,6 +29,7 @@
|
|||
"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 build-lists.js",
|
||||
"build-stork": "node -r esm build-stork.js",
|
||||
"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