Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Apr 12, 2023
1 parent b0e9e73 commit b5a3c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dev:

.PHONY: test
test:
opam exec -- dune runtest -p melange,rescript-syntax,reactjs-jsx-ppx
opam exec -- dune runtest -p melange,reactjs-jsx-ppx,rescript-syntax,

.PHONY: opam-create-switch
opam-create-switch: ## Create opam switch
Expand Down
4 changes: 1 addition & 3 deletions test/rescript-syntax/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
(cram
(package rescript-syntax)
(deps
%{bin:melc}
(package rescript-syntax)))
(deps %{bin:melc} %{bin:rescript_syntax}))

0 comments on commit b5a3c5a

Please sign in to comment.