Skip to content

Commit 7c06fcd

Browse files
Update test workflow to run "build" script from root
1 parent 0dd32d5 commit 7c06fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: yarn workspaces focus
5050
- run: npx prettier --check .
5151
working-directory: ./
52-
- run: yarn run build
52+
- run: yarn run -T build
5353
- run: yarn run -T lint
5454
- run: yarn run test
5555

0 commit comments

Comments
 (0)