File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193
193
- name : Build
194
194
run : pnpm build
195
195
196
- - run : pnpx pkg-pr-new publish
196
+ - run : pnpm dlx pkg-pr-new publish
197
197
` ` `
198
198
199
199
#### Release approved pull requests only:
@@ -238,7 +238,7 @@ jobs:
238
238
- name : Install dependencies
239
239
run : pnpm install
240
240
241
- - run : pnpx pkg-pr-new publish
241
+ - run : pnpm dlx pkg-pr-new publish
242
242
` ` `
243
243
244
244
> Releasing approved pull requests is the recommended way of having continuous releases. This ensures users always install approved and safe packages.
Original file line number Diff line number Diff line change @@ -176,6 +176,8 @@ describe.sequential.each([
176
176
`/${ owner } /${ repo } /playground-b@${ sha } ` ,
177
177
) ;
178
178
expect ( response . status ) . toBe ( 200 ) ;
179
+ const blob = await response . blob ( ) ;
180
+ expect ( blob . size ) . toBeGreaterThan ( 0 ) ;
179
181
180
182
// Test installation
181
183
const url = new URL (
You can’t perform that action at this time.
0 commit comments