From 921a33acd8dd751ba901a71846bde390deabb5ed Mon Sep 17 00:00:00 2001 From: amanusk Date: Sun, 24 Mar 2024 15:10:49 +0200 Subject: [PATCH] Add publish script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ddca46f..c140854 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "scripts": { "clean": "rm -rf dist", "test": "mocha -r ts-node/register test/**", - "build": "tsc" + "build": "tsc", + "semantic-release": "npm publish" }, "author": "amanusk", "license": "MIT",