Fix missing npm run references

This commit is contained in:
Sam Carlton 2022-04-30 15:32:55 -05:00
parent b4095a8acf
commit 20a9d33dfd

View file

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