Fix scan-new-apps not on vercel build

This commit is contained in:
Sam Carlton 2022-08-21 09:05:08 -05:00
parent 1079b2e379
commit df18033b5d

View file

@ -49,8 +49,8 @@
"clone-readme": "cp ./README.md README-temp.md",
"scan-new-apps": "npx vite-node scripts/scan-new-apps.js",
"cloudflare-deploy": "npm run build-api",
"vercel-build": "run-s test-prebuild build-lists-and-api test-postbuild-api",
"netlify-build": "run-s scan-new-apps test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions test-circular-deps"
"vercel-build": "run-s scan-new-apps test-prebuild build-lists-and-api test-postbuild-api",
"netlify-build": "run-s test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions test-circular-deps"
},
"dependencies": {
"@astrojs/netlify": "^0.5.0",