Skip to content

Commit

Permalink
ci: lint only lib
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdharmen committed Jun 6, 2024
1 parent 6d351e9 commit 27546ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm run lint
npm run lint -- @ngxpert/hot-toast
npm run build:lib
npm run build
npm run test
npm run build:lib
npx semantic-release --debug

0 comments on commit 27546ad

Please sign in to comment.