From 20a9d33dfd49a5a91f5c48bae52e89763ca61f45 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 30 Apr 2022 15:32:55 -0500 Subject: [PATCH] Fix missing npm run references --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af1c0fc..a3a83da 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,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 && test-postbuild-api", - "netlify-build": "test-prebuild-functions && npm run generate-astro" + "vercel-build": "npm run build-lists-and-api && npm run test-postbuild-api", + "netlify-build": "npm run test-prebuild-functions && npm run generate-astro" }, "dependencies": { "@11ty/eleventy-assets": "^1.0.5",