Skip to content

Commit d8ee38c

Browse files
Added run test and run lint into ci/cd
1 parent 9bab661 commit d8ee38c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
run: npm i
2929
- name: build
3030
run: npm run build
31+
- name: test
32+
run: npm run test
33+
- name: lint
34+
run: npm run lint
3135
- name: publish
3236
run: npm publish --access public
3337
env:

0 commit comments

Comments
 (0)