diff --git a/Justfile b/Justfile index 8960fe8..66e5df2 100644 --- a/Justfile +++ b/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