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 952bdd4 commit c08a437Copy full SHA for c08a437
tests/gentype_tests/typescript-react-example/Makefile
@@ -1,8 +1,8 @@
1
SHELL = /bin/bash
2
3
test:
4
- yarn check
5
yarn build
+ yarn check
6
yarn typecheck
7
@git diff --quiet src/ \
8
|| { echo; echo "Please review the Gentype outputs too!"; echo; false; } \
0 commit comments