Skip to content

Commit 17f116f

Browse files
committed
ci: change order
1 parent f3ba2a8 commit 17f116f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: npm install, build, lint and test
2020
run: |
2121
npm ci
22-
npm run lint
2322
npm run dev:prepare
23+
npm run lint
2424
npm run prepack
2525
env:
2626
CI: true

0 commit comments

Comments
 (0)