Skip to content

Commit 10f56c8

Browse files
Merge pull request #49 from intercom/santhosh/updated_npm_publish_script
Updated NPM Publish script
2 parents fcf4d4b + cae4c9f commit 10f56c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ jobs:
230230
yarn install
231231
232232
- run:
233-
name: Release package
234-
command: npm run release --ci
233+
name: Publish the package
234+
command: npm publish
235235

236236

237237
workflows:

0 commit comments

Comments
 (0)