Skip to content

Commit dd26607

Browse files
committed
chore: oppdater publish scriptet til å kjøre lint før build som pr scriptet
1 parent 2e4f92c commit dd26607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Build packages
3939
if: ${{ steps.lerna-changed.outputs.CHANGED_COUNT > 0 }}
4040
run: |
41-
npm run build
4241
npm run lint
42+
npm run build
4343
npm test -- --ci
4444
4545
- name: lerna publish to registry.npmjs.com

0 commit comments

Comments
 (0)