Skip to content

Commit 18e6b09

Browse files
authored
chore(ci): run lint before build (#143)
1 parent 05275b7 commit 18e6b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: Install dependencies
2121
run: yarn
22-
- run: yarn build
2322
- run: yarn lint
23+
- run: yarn build
2424
- run: yarn test

0 commit comments

Comments
 (0)