Skip to content

Commit

Permalink
fix: release-it npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapegnik committed Nov 5, 2021
1 parent 5a0728e commit 181ce64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 181ce64

Please sign in to comment.