Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit 26c02e4

Browse files
author
Walker Leite
committed
build(release-it): fix build command
1 parent c4ac574 commit 26c02e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)