From 550bcf807fc5e82eef07247a71a2ac988f37c0ac Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Fri, 22 Sep 2023 10:24:02 +0200 Subject: [PATCH] Create "release" npm script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9626e97..18623e8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "test:bench": "mocha -t 2400000 benchmarks", "coveralls": "cat ./build/coverage/lcov.info | coveralls", "changelog": "pr-log", - "update:eslint-docs": "eslint-doc-generator --ignore-config all --url-configs \"https://github.com/lo1tuma/eslint-plugin-mocha#configs\"" + "update:eslint-docs": "eslint-doc-generator --ignore-config all --url-configs \"https://github.com/lo1tuma/eslint-plugin-mocha#configs\"", + "release": "release-it" }, "dependencies": { "eslint-utils": "^3.0.0",