Skip to content

Commit c0bbf3e

Browse files
committed
lint gets error; so don't lint when publishing
1 parent a7772ad commit c0bbf3e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,5 @@ jobs:
2929
npm install -g npm@latest
3030
npm ci
3131

32-
- name: Lint Project
33-
run: npm run lint
34-
3532
- name: Publish Package to npm
3633
run: npm publish

0 commit comments

Comments
 (0)