From 04d9594ea362019a646b3fd1a599aaa30e7e258b Mon Sep 17 00:00:00 2001 From: Gido Manders Date: Tue, 8 Nov 2022 14:44:15 +0100 Subject: [PATCH] fix: lib not updated anymore The lib that is available to the projects using this library is not updated anymore. Changed release script to include building lib. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2984598..70e7d2b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "lint": "npm run lint:test && npm run lint:src", "lint:test": "eslint \"src/**\"", "lint:src": "eslint \"tests/**\"", - "release": "np", + "release": "npm run tsc && np", "dev:publish": "./scripts/dev-publish.sh", "prepare": "husky install" },