Skip to content

Commit c08a437

Browse files
committed
First yarn build, and then yarn check.
1 parent 952bdd4 commit c08a437

File tree

1 file changed

+1
-1
lines changed
  • tests/gentype_tests/typescript-react-example

1 file changed

+1
-1
lines changed

tests/gentype_tests/typescript-react-example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SHELL = /bin/bash
22

33
test:
4-
yarn check
54
yarn build
5+
yarn check
66
yarn typecheck
77
@git diff --quiet src/ \
88
|| { echo; echo "Please review the Gentype outputs too!"; echo; false; } \

0 commit comments

Comments
 (0)