Skip to content

Commit

Permalink
fix: Build before release
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Feb 28, 2024
1 parent 2c15f7f commit db15875
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: lts/*
- run: npm ci
- run: npm build
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**/tests
.github
.husky
.vscode
.idea
src/
static/
tsconfig.json
.eslintrc.json

0 comments on commit db15875

Please sign in to comment.