Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Run yarn pack in build step for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Nov 6, 2017
1 parent 4ac6c84 commit 3b86dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ references:
name: Test and build package
command: |
if [[ "${PUBLISH}" == 'true' ]]; then
yarn run prepack
yarn run pack
else
yarn run dist
fi
Expand Down

0 comments on commit 3b86dca

Please sign in to comment.