Skip to content

Commit 6fb3b00

Browse files
committed
Tweaking action
1 parent 93d6506 commit 6fb3b00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
- name: Build project
3333
run: npm run build
3434

35-
- name: Post build
36-
run: npm run postbuild
35+
- name: ESLint
36+
working-directory: .
37+
run: npm run lint
3738

3839
- name: Publish to npm
3940
run: npm publish

0 commit comments

Comments
 (0)