Skip to content

Commit

Permalink
fix(release-it): fix buildCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed May 10, 2018
1 parent eaf6f1c commit 655954a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"release": true,
"releaseName": "Release v%s"
},
"buildCommand": "npm run build && npx conventional-changelog -p angular -i CHANGELOG.md -s",
"buildCommand": "npx conventional-changelog -p angular -i CHANGELOG.md -s",
"increment": "conventional:angular",
"beforeChangelogCommand": "npx conventional-changelog -p angular -i CHANGELOG.md -s",
"changelogCommand": "npx conventional-changelog -p angular -u | tail -n +3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-loopback",
"version": "4.0.1",
"version": "4.1.0",
"description": "A Vue project template with Loopback framework featuring ES6, Gulp, and Mocha for unit tests",
"main": "meta.js",
"scripts": {
Expand Down

0 comments on commit 655954a

Please sign in to comment.