Skip to content

Commit

Permalink
Fix publish in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
txels committed Sep 27, 2024
1 parent fa7e8f5 commit 3939ee6
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 @@ -15,7 +15,7 @@ package:

publish: package
git push --tags
npm run publish
npm publish
make publish-demos

publish-demos:
Expand Down

0 comments on commit 3939ee6

Please sign in to comment.