Skip to content

Commit

Permalink
pkg.pr.new (#681)
Browse files Browse the repository at this point in the history
Co-authored-by: Misha Kaletsky <[email protected]>
  • Loading branch information
mmkal and mmkal authored Aug 26, 2024
1 parent 5c7c149 commit 5eb5a1e
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: pkg.pr.new
on:
pull_request: {}
push:
branches: [main, deps, pkg.pr.new]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: pnpm install
- run: pnpm build
- run: pnpm pkg-pr-new publish
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"lodash": "4.17.21",
"np": "10.0.5",
"p-event": "^4.0.0",
"pkg-pr-new": "0.0.20",
"sequelize": "6.37.2",
"source-map-support": "0.5.21",
"sqlite3": "5.1.7",
Expand Down
Loading

0 comments on commit 5eb5a1e

Please sign in to comment.