Skip to content

Commit

Permalink
write publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis committed Feb 20, 2023
1 parent f226689 commit 20c7b1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
publish:
npx np "$(npm pkg get version | sed 's/\"//g')" --no-publish
git tag "$$(npm pkg get version | sed 's/\"//g')"
git push origin "$$(npm pkg get version | sed 's/\"//g')"
npx np --release-draft-only

0 comments on commit 20c7b1a

Please sign in to comment.