Skip to content

Commit a325333

Browse files
committed
Use reanalyze from opam to check the analysis code.
1 parent a3f549d commit a325333

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

analysis/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ build-native:
55
dune build
66
cp _build/install/default/bin/rescript-editor-analysis.exe rescript-editor-analysis.exe
77

8-
dce:
9-
dune build
10-
../../reanalyze/_build/install/default/bin/reanalyze.exe -dce-cmt _build -suppress vendor
8+
dce: build-native
9+
opam exec reanalyze.exe -- -dce-cmt _build -suppress vendor
1110

1211
tests/node_modules/.bin/rescript:
1312
@cd tests && npm install

0 commit comments

Comments
 (0)