Skip to content

Commit e4f1a69

Browse files
committed
Include build step
1 parent ed7d17c commit e4f1a69

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ jobs:
2121

2222
- name: Run ESLint in all workspaces
2323
run: npm run lint --workspaces
24+
25+
- name: Build all packages
26+
run: npm run build --workspaces

0 commit comments

Comments
 (0)