Skip to content

Commit

Permalink
fix: remove prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlkv committed Mar 26, 2023
1 parent 5383e38 commit 6efa9c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Packaging issues

## [2.0.1] - 2023-03-24
### Fixed
- speedup x200
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"repository": "https://github.com/ton-foundation/disassembler.git",
"scripts": {
"build": "rm -rf dist/ && tsc",
"prepublish": "yarn build",
"release": "release-it"
"release": "yarn build && release-it"
},
"files": [
"dist"
Expand Down

0 comments on commit 6efa9c8

Please sign in to comment.