Skip to content

Commit

Permalink
Merge pull request #2489 from SpareBank1/fix-lint
Browse files Browse the repository at this point in the history
chore: ignorer generert styling i linting
  • Loading branch information
dagfrode authored Jan 21, 2025
2 parents 2e4f92c + dd26607 commit d52c0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build packages
if: ${{ steps.lerna-changed.outputs.CHANGED_COUNT > 0 }}
run: |
npm run build
npm run lint
npm run build
npm test -- --ci
- name: lerna publish to registry.npmjs.com
Expand Down

0 comments on commit d52c0d2

Please sign in to comment.