Skip to content

Commit 5153d50

Browse files
committed
Fixed publish script
1 parent 1cf5356 commit 5153d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install dependencies
3131
run: npm ci
3232

33+
- name: Build package
34+
run: npm run build
35+
3336
- name: Run tests
3437
run: npm test
3538

@@ -39,9 +42,6 @@ jobs:
3942
- name: Run type checking
4043
run: npm run typecheck
4144

42-
- name: Build package
43-
run: npm run build
44-
4545
- name: Publish to NPM (dry run)
4646
if: ${{ github.event.inputs.dry_run == 'true' }}
4747
run: npm publish --dry-run --provenance --access public

0 commit comments

Comments
 (0)