Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo authored Jan 4, 2024
1 parent 092df4c commit c277eea
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 @@ -37,7 +37,7 @@ testHg:
fi

publish:
@npm publish
@npm publish --registry https://registry.npmjs.org/ --access public
@git tag $(version)
@git push origin $(version)

Expand Down

0 comments on commit c277eea

Please sign in to comment.