From 7e6d98e85f36c536d93927a2c431ad7ddf721b01 Mon Sep 17 00:00:00 2001 From: TheRealBarenziah Date: Sun, 22 May 2022 15:41:04 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20build=20before=20testing=20when=20publis?= =?UTF-8?q?hing=20=F0=9F=99=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff07d7d..0ad3775 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint": "eslint --fix .", "clean": "node clean.js", "prepare": "npm run build", - "prepublishOnly": "npm test && npm run lint", + "prepublishOnly": "npm run build && npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags",