Skip to content

Commit

Permalink
fix(md-aggregate): prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Oct 12, 2022
1 parent 6df74aa commit c93d0a8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions packages/md-aggregate/README.md
Expand Up @@ -95,6 +95,30 @@ The main repo is in [here](https://github.com/snomiao/js#readme), any issue and
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [2.1.15](https://github.com/snomiao/js/compare/md-aggregate@2.1.14...md-aggregate@2.1.15) (2022-09-22)

**Note:** Version bump only for package md-aggregate

### [2.1.14](https://github.com/snomiao/js/compare/md-aggregate@2.1.13...md-aggregate@2.1.14) (2022-09-22)

**Note:** Version bump only for package md-aggregate

### [2.1.13](https://github.com/snomiao/js/compare/md-aggregate@2.1.12...md-aggregate@2.1.13) (2022-09-22)

**Note:** Version bump only for package md-aggregate

### [2.1.12](https://github.com/snomiao/js/compare/md-aggregate@2.1.11...md-aggregate@2.1.12) (2022-09-22)

**Note:** Version bump only for package md-aggregate

### [2.1.11](https://github.com/snomiao/js/compare/md-aggregate@2.1.9...md-aggregate@2.1.11) (2022-09-22)

**Note:** Version bump only for package md-aggregate

### [2.1.10](https://github.com/snomiao/js/compare/md-aggregate@2.1.9...md-aggregate@2.1.10) (2022-07-03)

**Note:** Version bump only for package md-aggregate

### [2.1.9](https://github.com/snomiao/js/compare/md-aggregate@2.1.8...md-aggregate@2.1.9) (2022-07-03)

**Note:** Version bump only for package md-aggregate
Expand Down
4 changes: 2 additions & 2 deletions packages/md-aggregate/package.json
@@ -1,6 +1,6 @@
{
"name": "md-aggregate",
"version": "2.1.16",
"version": "2.1.17",
"description": "Aggregate README.md with CHANGELOG.md or whatever",
"keywords": [
"markdown",
Expand Down Expand Up @@ -32,7 +32,7 @@
"scripts": {
"build": "snobuild",
"prepack": "npm run build",
"prepublishOnly": "prettier -w CHANGELOG.md && npm run build && npx md-aggregate README.md CHANGELOG.md -w",
"prepublishOnly": "prettier -w CHANGELOG.md && npm run build && npm link && md-aggregate README.md CHANGELOG.md -w",
"postversion": "npm publish"
},
"dependencies": {
Expand Down

0 comments on commit c93d0a8

Please sign in to comment.