Skip to content

Commit

Permalink
fix: build in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Mar 8, 2024
1 parent 1b40c2c commit 59fbe65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Review
run: yarn review

- name: Release
run: yarn semantic-release
env:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"format": "prettier --write .",
"format-check": "prettier --check .",
"lint": "eslint --ext ts,tsx .",
"release": "yarn build && yarn changeset publish",
"test": "vitest run",
"test-watch": "vitest",
"typecheck": "tsc"
Expand Down

0 comments on commit 59fbe65

Please sign in to comment.