Skip to content

Commit 7e9d0a9

Browse files
authored
Added missing npm install before call to create changelog (#769)
1 parent 0cfed1f commit 7e9d0a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildspec/bumpVersion.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ phases:
3232
else
3333
npm version minor
3434
fi
35+
# Call npm install because 'createRelease' uses ts-node
36+
npm install
3537
npm run createRelease
3638
git commit -m "Update version to $VERSION"
3739
echo "tagging commit"

0 commit comments

Comments
 (0)