We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb76a88 commit c94deb1Copy full SHA for c94deb1
analysis/Makefile
@@ -35,7 +35,7 @@ dce: build-native
35
tests/node_modules/.bin/rescript:
36
@cd tests && npm install
37
38
-test: tests/node_modules/.bin/rescript
+test: build-native tests/node_modules/.bin/rescript
39
@cd tests && node_modules/.bin/rescript
40
./test.sh
41
0 commit comments