Skip to content

Commit 5eb5a1e

Browse files
authored
pkg.pr.new (#681)
Co-authored-by: Misha Kaletsky <[email protected]>
1 parent 5c7c149 commit 5eb5a1e

File tree

3 files changed

+275
-1
lines changed

3 files changed

+275
-1
lines changed

.github/workflows/pkg.pr.new.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: pkg.pr.new
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: [main, deps, pkg.pr.new]
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- run: corepack enable
13+
- run: pnpm install
14+
- run: pnpm build
15+
- run: pnpm pkg-pr-new publish

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"lodash": "4.17.21",
3838
"np": "10.0.5",
3939
"p-event": "^4.0.0",
40+
"pkg-pr-new": "0.0.20",
4041
"sequelize": "6.37.2",
4142
"source-map-support": "0.5.21",
4243
"sqlite3": "5.1.7",

0 commit comments

Comments
 (0)