Skip to content

Commit 5b274ca

Browse files
committed
update github workflow test to use yarn commands
1 parent 4936dea commit 5b274ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
install-command: install --immutable --silent
2828

2929
- name: Check types
30-
run: typecheck
30+
run: yarn typecheck
3131

3232
- name: Build
33-
run: build
33+
run: yarn build
3434

3535
- name: Jest run
36-
run: test
36+
run: yarn test

0 commit comments

Comments
 (0)