Skip to content

Commit 5062c1b

Browse files
fix CI order
1 parent c9d57be commit 5062c1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
- run: yarn
3232
- run: yarn bootstrap
3333

34+
- run: yarn build
35+
3436
- run: yarn lint
3537
- run: yarn test
3638

37-
- run: yarn build
3839
- run: yarn lerna exec 'yarn next build' --scope=example-next

0 commit comments

Comments
 (0)