Skip to content

Commit

Permalink
build: always build inr elease mode (for performances)
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Feb 18, 2024
1 parent 5f1c5bd commit bc8d96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_and_serve.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opam exec -- dune build @default --watch --terminal-persistence=preserve &
opam exec -- dune build @default --profile=release --watch --terminal-persistence=preserve &
DUNE_PID=$!
yarn run dev &
SERVER_PID=$!
Expand Down

0 comments on commit bc8d96e

Please sign in to comment.