Skip to content

Commit

Permalink
Remove all workflow-specific commands in release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Sep 25, 2024
1 parent 3ba6f40 commit b5ea3c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
- run: pnpm install
working-directory: packages/workflow
- run: pnpm run build
working-directory: packages/workflow
- run: pnpm run test
working-directory: packages/workflow
- uses: changesets/action@v1
with:
title: "Release @latest"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"scripts": {
"changeset": "changeset",
"test": "pnpm run --if-present --recursive test",
"build": "pnpm run --if-present --recursive build",
"release": "pnpm run build && changeset publish"
},
Expand Down

0 comments on commit b5ea3c3

Please sign in to comment.