Update config.yml

master
hasan genc 5 years ago committed by GitHub
parent 7b8cc0037b
commit 38a959b243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

@ -53,7 +53,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- run:
name: Publish package
command: npm publish
command: npm publish --access=public
workflows:
version: 2

Loading…
Cancel
Save