Skip to content

Commit 09f0e8e

Browse files
authoredAug 15, 2024··
pkg.pr.new (#15)
Co-authored-by: Misha Kaletsky <mmkal@users.noreply.github.com>
1 parent 1f4d69b commit 09f0e8e

File tree

3 files changed

+4715
-3288
lines changed

3 files changed

+4715
-3288
lines changed
 

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

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: pkg.pr.new
2+
on:
3+
push: {}
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- run: corepack enable
11+
- run: pnpm install
12+
- run: pnpm build
13+
- run: pnpm pkg-pr-new publish

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-plugin-mmkal",
33
"version": "0.7.0",
44
"description": "My eslint plugin with rules I find good. If you aren't me you probably shouldn't use this.",
5-
"packageManager": "pnpm@8.10.2",
5+
"packageManager": "pnpm@9.4.0",
66
"files": [
77
"README.md",
88
"src/**",
@@ -31,6 +31,7 @@
3131
"eslint": "^8.57.0",
3232
"execa": "^8.0.1",
3333
"np": "github:sindresorhus/np#pnpm-vs-npm-tag-version-prefix",
34+
"pkg-pr-new": "^0.0.17",
3435
"tsx": "^4.7.1",
3536
"typescript": "5.2.2",
3637
"vitest": "^1.2.2"

0 commit comments

Comments
 (0)
Please sign in to comment.