Skip to content

Commit 989414c

Browse files
chore(*): fix release script
1 parent 5eb0846 commit 989414c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "X`git status --porcelain`" != 'X' ] ; then
1414
fi
1515

1616
git checkout -b release && \
17-
npm run all && \
17+
npm run build && \
1818
git add --force bundles lib && \
1919
git commit -m "release($VER)" && \
2020
git tag $VER && \

0 commit comments

Comments
 (0)