Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Jazi committed May 3, 2024
1 parent 9332743 commit 60b3551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
node-version: 20
- run: npm ci
- run: npm run test:unit
- run: npm run build:web-docker:lib
- run: npm run build:web-docker
- run: npm run build:web-docker:types
- uses: actions/upload-artifact@v3
with:
name: build-artifacts
Expand Down

0 comments on commit 60b3551

Please sign in to comment.