Skip to content

Commit

Permalink
Merge pull request #16 from onelastjedi/dev-1.0.5
Browse files Browse the repository at this point in the history
Add `Makefile`
  • Loading branch information
onelastjedi authored Oct 31, 2023
2 parents bfb1343 + 6ea468e commit a35efa3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
x := "node-jwt-v$$(jq -r .version package.json).tar.gz"

archive:
@git archive --format tar HEAD | gzip > $(x)
@echo "Created $(x)"

0 comments on commit a35efa3

Please sign in to comment.