tangled
alpha
login
or
join now
mokkenstorm.dev
/
openapi-ts
0
fork
atom
fork of hey-api/openapi-ts because I need some additional things
0
fork
atom
overview
issues
pulls
pipelines
chore: do not use compact URL in pkg.pr.new
Lubos
1 year ago
4216670c
deefb7fb
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
+1
-1
.github/workflows/ci.yml
···
53
53
54
54
- name: Publish previews
55
55
if: matrix.node-version == '22.11.0' && matrix.os == 'ubuntu-latest'
56
56
-
run: pnpx pkg-pr-new publish --compact --pnpm './packages/*'
56
56
+
run: pnpx pkg-pr-new publish --pnpm './packages/*'