Skip to content

Commit 1e52560

Browse files
committed
fix gentype makefile
1 parent b05b758 commit 1e52560

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

tests/gentype_tests/typescript-react-example/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
SHELL = /bin/bash
22

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

0 commit comments

Comments
 (0)