Skip to content

Commit

Permalink
fix(package.json): Run yarn gen in postinstall
Browse files Browse the repository at this point in the history
Closes #216
  • Loading branch information
jubnzv committed Nov 15, 2024
1 parent 1f4f398 commit 9731fc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `SuspiciousMessageMode` detector now suggests using SendDefaultMode instead of 0 for mode: PR [#199](https://github.com/nowarp/misti/pull/199/)

### Fixed
- Missing Module `version-info` When Installing Misti from GitHub: Issue [#216](https://github.com/nowarp/misti/issues/216/)

## [0.5.0] - 2024-10-31

### Added
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"scripts": {
"clean": "rm -fr dist docs/*",
"build": "tsc && cp -R src/detectors/templates dist/detectors/",
"postinstall": "yarn gen",
"gen": "ts-node scripts/genVersions.ts",
"test": "jest",
"benchmark": "ts-node benchmarks/detectors.ts",
Expand Down

0 comments on commit 9731fc6

Please sign in to comment.