Skip to content

Commit

Permalink
ci: makefile, add .js dep to "dev" target
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Sep 12, 2024
1 parent 9113cee commit dec7867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ public/elm.js: src/Main.elm
elm make src/Main.elm --output=public/elm.js --optimize

.PHONY: dev
dev:
dev: public/temp/bundle.js
elm-live src/Main.elm --port=8080 --dir=public/ --open -- --output=public/elm.js --debug

0 comments on commit dec7867

Please sign in to comment.