Skip to content

Commit e78b712

Browse files
committed
Further workflow fix
1 parent 46e2b4b commit e78b712

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/sentry.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14+
- name: Install dependencies
15+
run: npm ci
16+
17+
- name: Build project
18+
run: npm run build
1419
- name: Create Sentry release
1520
uses: getsentry/action-release@v3
1621
env:

0 commit comments

Comments
 (0)