Skip to content

Commit

Permalink
Ensure .changeset is at the root
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Sep 25, 2024
1 parent 38b3836 commit dd4a6ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- ktlo/release-packaging # temp

env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -37,7 +38,6 @@ jobs:
working-directory: packages/workflow
- uses: changesets/action@v1
with:
cwd: packages/workflow
title: "Release @latest"
publish: pnpm run release
env:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"scripts": {
"changeset": "changeset"
"changeset": "changeset",
"build": "pnpm run --if-present --recursive build",
"release": "pnpm run --if-present --recursive release"
},
"dependencies": {
"@changesets/cli": "^2.27.8",
Expand Down

0 comments on commit dd4a6ed

Please sign in to comment.