We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3576b29 commit 9b2c743Copy full SHA for 9b2c743
analysis/Makefile
@@ -29,6 +29,8 @@ test: test-analysis-binary test-reanalyze
29
30
clean:
31
make -C tests clean
32
+ make -C tests-generic-jsx-transform clean
33
+ make -C tests-incremental-typechecking clean
34
make -C reanalyze clean
35
36
.PHONY: build-reanalyze build-tests dce clean test
analysis/tests-incremental-typechecking/Makefile
@@ -3,7 +3,7 @@ SHELL = /bin/bash
3
node_modules/.bin/rescript:
4
npm install
5
6
-build:
+build: node_modules/.bin/rescript
7
node_modules/.bin/rescript > /dev/null || true
8
9
test: build
0 commit comments