From 181ce64a3f04c155a453d5c32519bba895260a53 Mon Sep 17 00:00:00 2001 From: Ivan Pazhitnykh Date: Fri, 5 Nov 2021 18:53:56 +0200 Subject: [PATCH] fix: release-it npm publish --- README.md | 6 ++++++ package.json | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d222286..af6b362 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ realt.by frontend codestyle tools shared configs npm i -D @realtby/codestyle ``` +## Development + +```bash +make release +``` + ## [EditorConfig](https://editorconfig.org) Create configuration file `.editorconfig` at the root of the project. Insert the following content: diff --git a/package.json b/package.json index 5f12049..02a7642 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ }, "scripts": { "release": "release-it", - "release-force": "release-it --no-increment", "format": "prettier --write .", "lint": "eslint . --ext .ts,.tsx,.js,.jsx,.json --fix --cache" },