From bf890c2ca70453b070bc7d681862507844d6e090 Mon Sep 17 00:00:00 2001 From: "Anders D. Johnson" Date: Sun, 19 Jul 2020 22:16:13 -0500 Subject: [PATCH] chore: no need for package script semantic-release --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f6a35fb..83b1c05 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,7 @@ "test:watch": "jest --watchAll", "build": "tsc", "watch": "tsc -w", - "start": "npm link && nodemon", - "semantic-release": "semantic-release" + "start": "npm link && nodemon" }, "repository": { "type": "git",