From c1b097c27926c3a0cbe61f85999f7b72438d8710 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 8 May 2022 10:59:34 -0500 Subject: [PATCH] Add build-stork to netlify --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1822524..6e2be1f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "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 generate-astro" + "netlify-build": "npm run test-prebuild-functions && npm run build-stork && npm run generate-astro" }, "dependencies": { "@11ty/eleventy-assets": "^1.0.5",