From 300cec4d5b9816702095db8a84f32b47db7fd113 Mon Sep 17 00:00:00 2001 From: Roberto Sebestyen Date: Thu, 1 Apr 2021 10:55:43 -0400 Subject: [PATCH] chore: add build command before interactive publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a1d059..dbe07b6 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "install:prod": "npm ci", "prune:prod": "npm prune --production", "refresh-package-locks": "npm run clean && find . -iname package-lock.json -delete && npm install", - "interactive-publish": "np" + "interactive-publish": "npm run build && np" }, "repository": { "type": "git",