Skip to content

Commit 8074a08

Browse files
bump
1 parent bb5ce84 commit 8074a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PACK_DIR=package;
55
publish() {
66
cd $PACK_DIR
77
echo 'Publishing to npm...'
8-
# npm publish *.tgz
8+
npm publish *.tgz
99
}
1010

1111
./pack.sh && publish

0 commit comments

Comments
 (0)