Move Stork toml build into build-lists

This commit is contained in:
Sam Carlton 2022-05-09 16:20:28 -05:00
parent 1c25b19e74
commit c0dbaf88f9
2 changed files with 13 additions and 4 deletions

View file

@ -48,7 +48,7 @@
"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 build-stork && npm run test-postbuild-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"
},
"dependencies": {