From 23931dfbbab49953a95a50ae8c020c8331f0d17a Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Fri, 24 Nov 2023 12:58:16 -0800 Subject: [PATCH] add build to pre-push --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43dc2e1..6e5c456 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "check-ci": "npm run pre-push", "eslint": "eslint \"**/*.js\"", "fix": "eslint --fix", - "pre-push": "npm run eslint && npm run test", + "pre-push": "npm run eslint && npm run build && npm run test", "start": "node build/serve.js", "test": "node test/puppeteer.js", "watch": "npm run start"