Skip to content

Commit e54c6ed

Browse files
author
Hecht,Matthias (IT EDP) BIG-DE-B
committed
ci: add build to release workflow
1 parent a393bd8 commit e54c6ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
run: npm clean-install
3636
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
3737
run: npm audit signatures
38+
- name: Build the project
39+
run: npm run build
3840
- name: Release package to npm and GitHub
3941
env:
4042
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)