Skip to content

Commit fac0c19

Browse files
Changed order for lint and test in ci/cd
1 parent d8ee38c commit fac0c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
run: npm i
2929
- name: build
3030
run: npm run build
31-
- name: test
32-
run: npm run test
3331
- name: lint
3432
run: npm run lint
33+
- name: test
34+
run: npm run test
3535
- name: publish
3636
run: npm publish --access public
3737
env:

0 commit comments

Comments
 (0)