Skip to content

Commit

Permalink
create publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-coleman committed Apr 26, 2024
1 parent 6732f05 commit b3ca41f
Show file tree
Hide file tree
Showing 2 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 @@ -42,7 +42,7 @@ jobs:
uses: changesets/action@v1
with:
version: yarn version
publish: echo "publish"
publish: yarn publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"scripts": {
"start": "yarn workspace @monorepooo/template start",
"build": "turbo run build",
"clean": "turbo run clean"
"clean": "turbo run clean",
"publish": "THIS IS WHERE YOU PUBLISH YOUR PACKAGES"
},
"dependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit b3ca41f

Please sign in to comment.