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