Add build-stork to netlify

This commit is contained in:
Sam Carlton 2022-05-08 10:59:34 -05:00
parent d90d109ca9
commit c1b097c279

View file

@ -45,7 +45,7 @@
"clone-readme": "cp ./README.md README-temp.md",
"cloudflare-deploy": "npm run build-api",
"vercel-build": "npm run build-lists-and-api && npm run test-postbuild-api",
"netlify-build": "npm run test-prebuild-functions && npm run generate-astro"
"netlify-build": "npm run test-prebuild-functions && npm run build-stork && npm run generate-astro"
},
"dependencies": {
"@11ty/eleventy-assets": "^1.0.5",