Skip to content

Commit

Permalink
build(dune): use dev for dune subst; ocaml/dune#3647
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Jan 15, 2022
1 parent 95d6a9d commit e3097c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yuujinchou.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc}
Expand Down

0 comments on commit e3097c2

Please sign in to comment.