Skip to content

Commit d7a3edc

Browse files
build: build before linting
1 parent 1753737 commit d7a3edc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-actions.yml

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Install dependencies
5151
run: yarn --frozen-lockfile
5252

53+
- name: Build
54+
run: yarn build:ci
55+
5356
- name: Lint
5457
run: yarn lint
5558

0 commit comments

Comments
 (0)