Skip to content

Commit

Permalink
feat: Build renovate image with make
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Aug 21, 2023
1 parent 31b3f28 commit c135ef8
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 @@
.PHONY: all
all: renovate-0.0.0-semantic-release.tgz

renovate-0.0.0-semantic-release.tgz:
pnpm install && pnpm build

0 comments on commit c135ef8

Please sign in to comment.