Skip to content

Commit

Permalink
Merge pull request #149 from liam-hq/fix-cli-build-process-2
Browse files Browse the repository at this point in the history
Fix build process: call `pnpm build` before release publishing
  • Loading branch information
hoshinotsuyoshi authored Dec 4, 2024
2 parents ec6f4e7 + f1acac8 commit 51ca83a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: changesets/[email protected]
with:
cwd: ${{ env.working-directory }}
publish: pnpm build && pnpm changeset publish
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion frontend/docs/packages-license.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frontend

As of December 4, 2024 6:31am. 1015 total
As of December 4, 2024 7:24am. 1015 total

## Summary
* 883 MIT
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"lint": "pnpm run '/^lint:.*/'",
"lint:syncpack": "syncpack lint",
"lint:turbo": "turbo lint",
"release": "turbo build && pnpm changeset publish",
"test:turbo": "turbo test"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
Expand Down

0 comments on commit 51ca83a

Please sign in to comment.