Skip to content

Commit

Permalink
Update Makefile to include dev profile in watch-test
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Oct 14, 2024
1 parent de85c69 commit 3c36566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test:
node $(TEST_DIR)/haz3ltest.bc.js

watch-test:
dune build @fmt @runtest --auto-promote --watch
dune build @fmt @runtest @default --profile dev --auto-promote --watch

clean:
dune clean

0 comments on commit 3c36566

Please sign in to comment.