Remove vercel-post-deploy script

This commit is contained in:
Sam Carlton 2022-08-21 10:45:14 -05:00
parent b70e2f6e17
commit 7f4d93a8fd

View file

@ -50,7 +50,6 @@
"scan-new-apps": "npx vite-node scripts/scan-new-apps.js",
"cloudflare-deploy": "npm run build-api",
"vercel-build": "run-s scan-new-apps test-prebuild build-lists-and-api test-postbuild-api",
"vercel-post-deploy": "npx vite-node scripts/vercel-post-deploy.js",
"netlify-build": "run-s test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions test-circular-deps"
},
"dependencies": {