Skip to content

Commit 7c95f0b

Browse files
committed
fix console output of release script
1 parent 84780ae commit 7c95f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "Push to origin/master"
2828
git push origin master
2929
git push --tags origin master
3030

31-
echo "Publish to npm -- SKIPPING FOR NOW"
31+
echo "Publish to npm"
3232
npm publish
3333

3434
echo "DONE!"

0 commit comments

Comments
 (0)