Skip to content

Commit cae4c9f

Browse files
Updated NPM Publish script
1 parent fcf4d4b commit cae4c9f

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)