Skip to content

Commit

Permalink
Merge pull request #5 from enter-at:feature/label
Browse files Browse the repository at this point in the history
fix: update build process
  • Loading branch information
sleistner authored Jan 1, 2025
2 parents 0b60b5a + a329dd7 commit 3e84068
Show file tree
Hide file tree
Showing 3 changed files with 4,441 additions and 4,140 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm install --omit=optional --no-package-lock --no-color --no-description --no-fund --no-save
- run: npm build
- run: |
npm install --omit=optional --no-package-lock --no-color --no-description --no-fund --no-save
npm install --no-package-lock --no-color --no-description --no-fund --no-save \
@semantic-release/npm \
@semantic-release/git \
Expand Down
Loading

0 comments on commit 3e84068

Please sign in to comment.