Skip to content

Commit e8fc759

Browse files
committed
[build] 0.3.0
1 parent 9e027e4 commit e8fc759

File tree

4 files changed

+859
-644
lines changed

4 files changed

+859
-644
lines changed

build/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ echo # (optional) move to a new line
66
if [[ $REPLY =~ ^[Yy]$ ]]
77
then
88
echo "Releasing $VERSION ..."
9+
npm run build
910
git add -A
1011
git commit -m "[build] $VERSION"
1112
npm version $VERSION --message "[release] $VERSION"

0 commit comments

Comments
 (0)