File tree 3 files changed +4715
-3288
lines changed
3 files changed +4715
-3288
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 2
2
"name" : " eslint-plugin-mmkal" ,
3
3
"version" : " 0.7.0" ,
4
4
"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 " ,
6
6
"files" : [
7
7
" README.md" ,
8
8
" src/**" ,
31
31
"eslint" : " ^8.57.0" ,
32
32
"execa" : " ^8.0.1" ,
33
33
"np" : " github:sindresorhus/np#pnpm-vs-npm-tag-version-prefix" ,
34
+ "pkg-pr-new" : " ^0.0.17" ,
34
35
"tsx" : " ^4.7.1" ,
35
36
"typescript" : " 5.2.2" ,
36
37
"vitest" : " ^1.2.2"
You can’t perform that action at this time.
0 commit comments