From 18629d57dbfcf28d902afe4ea52657ead05445e5 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 8 May 2022 11:50:41 -0500 Subject: [PATCH] Build stork on vercel --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6e2be1f..004504c 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "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 test-postbuild-api", - "netlify-build": "npm run test-prebuild-functions && npm run build-stork && npm run generate-astro" + "vercel-build": "npm run build-lists-and-api && npm run build-stork && npm run test-postbuild-api", + "netlify-build": "npm run test-prebuild-functions && npm run generate-astro" }, "dependencies": { "@11ty/eleventy-assets": "^1.0.5",