Skip to content

Commit

Permalink
Update release workflow to use pnpm and include dist files in package…
Browse files Browse the repository at this point in the history
….json
  • Loading branch information
JackDevAU committed Jan 17, 2025
1 parent b34f478 commit 9312592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: changesets/action@v1
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: yarn release
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"type": "module",
"files": ["dist"],
"scripts": {
"dev": "node dist/index.js add shadui",
"build": "tsc",
Expand Down

0 comments on commit 9312592

Please sign in to comment.