File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
- on : [push]
2
+ on : [push, pull_request ]
3
3
jobs :
4
4
build :
5
5
runs-on : ubuntu-latest
40
40
run : yarn build
41
41
env :
42
42
CI : true
43
+
44
+ - name : Publish to pkg.pr.new
45
+ run : npx pkg-pr-new publish --no-template # --compact
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " remark-typescript-tools" ,
3
+ "author" : " Lenz Weber-Tronic" ,
2
4
"version" : " 1.1.0" ,
3
5
"license" : " MIT" ,
4
6
"type" : " module" ,
21
23
" dist" ,
22
24
" src"
23
25
],
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " https://github.com/phryneas/remark-typescript-tools.git"
29
+ },
24
30
"engines" : {
25
31
"node" : " >=10"
26
32
},
42
48
"singleQuote" : true ,
43
49
"trailingComma" : " es5"
44
50
},
45
- "name" : " remark-typescript-tools" ,
46
- "author" : " Lenz Weber" ,
47
51
"module" : " dist/index.js" ,
48
52
"devDependencies" : {
49
53
"@types/node" : " ^22.5.4" ,
You can’t perform that action at this time.
0 commit comments