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 e763e74 commit 6d9880c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Justfile
@@ -1,8 +1,7 @@
run:
elm-app start

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

Expand Down

0 comments on commit 6d9880c

Please sign in to comment.