Skip to content

Commit 655954a

Browse files
author
Walker Leite
committed
fix(release-it): fix buildCommand
1 parent eaf6f1c commit 655954a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.release-it.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"release": true,
1212
"releaseName": "Release v%s"
1313
},
14-
"buildCommand": "npm run build && npx conventional-changelog -p angular -i CHANGELOG.md -s",
14+
"buildCommand": "npx conventional-changelog -p angular -i CHANGELOG.md -s",
1515
"increment": "conventional:angular",
1616
"beforeChangelogCommand": "npx conventional-changelog -p angular -i CHANGELOG.md -s",
1717
"changelogCommand": "npx conventional-changelog -p angular -u | tail -n +3",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-loopback",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "A Vue project template with Loopback framework featuring ES6, Gulp, and Mocha for unit tests",
55
"main": "meta.js",
66
"scripts": {

0 commit comments

Comments
 (0)