Skip to content

Commit 8561815

Browse files
committed
chore: remove unnecessary lint and typecheck steps from publish that already depends on lint, typecheck step
1 parent 75254e6 commit 8561815

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ jobs:
5757

5858
- run: npm ci
5959

60-
- run: npm run lint
61-
62-
- run: npm run typecheck
63-
6460
- uses: JS-DevTools/npm-publish@v1
6561
with:
6662
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)