Build stork on vercel

This commit is contained in:
Sam Carlton 2022-05-08 11:50:41 -05:00
parent 3d663c8da4
commit 18629d57db

View file

@ -44,8 +44,8 @@
"precommit": "npm run lint",
"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 build-stork && npm run generate-astro"
"vercel-build": "npm run build-lists-and-api && npm run build-stork && npm run test-postbuild-api",
"netlify-build": "npm run test-prebuild-functions && npm run generate-astro"
},
"dependencies": {
"@11ty/eleventy-assets": "^1.0.5",