Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iyegoroff committed May 10, 2021
1 parent 291da85 commit 14819f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
- attach_workspace:
at: .
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run: npm run build:all
- run: yarn
- run: yarn build:all
- run: npm publish

workflows:
Expand Down

0 comments on commit 14819f5

Please sign in to comment.