From 1079b2e379819551436bb791cbaa956c87e696a5 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 21 Aug 2022 09:00:08 -0500 Subject: [PATCH] Run scan-new-apps during vercel build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59ce46d..ac69e6a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "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 test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions test-circular-deps" + "netlify-build": "run-s scan-new-apps test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions test-circular-deps" }, "dependencies": { "@astrojs/netlify": "^0.5.0",