Skip to content

Commit c413d80

Browse files
authored
ci: build before publishing (#77)
Build
1 parent 236f471 commit c413d80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
cache: 'npm'
3939
registry-url: 'https://registry.npmjs.org'
4040

41+
- name: Install project dependencies
42+
run: npm ci
43+
44+
- name: Build the source
45+
run: npm run build
46+
4147
- name: Set git identity
4248
run: |
4349
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)