From 188555386aebc003ed455f6a66554e28c009509c Mon Sep 17 00:00:00 2001 From: rohanharikr Date: Mon, 23 Oct 2023 19:20:39 +0530 Subject: [PATCH] fix: build before running tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95326d6..a654fe9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test:blog": "linkinator https://blog.hello.coop https://blog.hello.dev --config linkinator.config.json", "pr": "./scripts/pr.sh", "rebase": "git pull origin main --rebase", - "review": "npm run rebase && npm run test && npm run pr" + "review": "npm run rebase && npm run build && npm run test && npm run pr" }, "engines": { "node": "~18",