Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
fix: update path for package release
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <[email protected]>
  • Loading branch information
mikemurray committed Apr 3, 2020
1 parent 05e91df commit 9ea7b5a
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 @@ -69,7 +69,7 @@ jobs:
- checkout
- run: cd package && npm ci
- run: cd package && npm run build
- run: cd package && npx semantic-release
- run: cd package/dist && npx semantic-release

workflows:
version: 2
Expand Down

0 comments on commit 9ea7b5a

Please sign in to comment.