Skip to content

Commit 1c8ac2b

Browse files
committed
fix(ci): cci2 config for npm publish
1 parent b7b2f09 commit 1c8ac2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: NPM Publish
2828
command: |
2929
if [ ! -z "$CIRCLE_TAG" ];
30-
then npm publish";
30+
then npm publish;
3131
else echo " No tag found, no attempt to publish to npm. ";
3232
fi
3333

0 commit comments

Comments
 (0)