Skip to content

Commit dec31f3

Browse files
authored
chore(ci): run build on pull requests (#50)
1 parent 570b0b0 commit dec31f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
- name: Lint
2020
run: |
2121
npm ci
22-
npm run lint
22+
npm run build
23+
npm run lint

0 commit comments

Comments
 (0)