Skip to content

Commit

Permalink
fix: change npm publish to changeset publish
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed May 15, 2022
1 parent bdc5716 commit 57c759f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ remove_dist_directory:
rm -r dist

npm_publish:
npm publish ./dist
npx changeset publish

publish: prepare_dist_directory npm_publish remove_dist_directory

Expand Down

0 comments on commit 57c759f

Please sign in to comment.