Skip to content

Commit

Permalink
Switch from Make to Just
Browse files Browse the repository at this point in the history
  • Loading branch information
opsb committed Mar 26, 2021
1 parent 2c61fd2 commit 6b5920e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile → Justfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
.PHONY: run
run:
elm-app start

.PHONY: publish
publish:
@echo "----! Remember to run 'make gen.pdf' and commit before publishing"
@echo "----> Publishing to netlify"
@elm-app build && netlify deploy --prod

.PHONY: gen.pdf
gen.pdf:
gen-pdf:
npm run generate-pdf

0 comments on commit 6b5920e

Please sign in to comment.