Skip to content

Commit

Permalink
no need to build for release branch & missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Sep 20, 2024
1 parent 9f2dce7 commit 9786565
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prepare-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:

- run: pnpm install
name: Install dependencies
- run: pnpm build
name: Build

- name: Create release branch
run: pnpm tsx ./eng/prepare-release-pr.ts
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@alloy-js/babel-preset": "workspace:~",
"@babel/preset-typescript": "catalog:",
"@chronus/chronus": "^0.13.0",
Expand Down
150 changes: 150 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9786565

Please sign in to comment.