Skip to content

Commit 444fd4d

Browse files
committed
make build before test-syntax
1 parent 1965bc8 commit 444fd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ node_modules/.bin/semver:
2626
test: lib
2727
node scripts/ciTest.js -all
2828

29-
test-syntax:
29+
test-syntax: build
3030
bash ./scripts/test_syntax.sh
3131
make reanalyze
3232
bash ./scripts/testok.sh

0 commit comments

Comments
 (0)