Skip to content

Commit ab72913

Browse files
committed
Remove --no-template
1 parent 3a714b8 commit ab72913

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pkg-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
2626
- name: Build
2727
run: npm run build
2828

29-
- run:
30-
npx pkg-pr-new publish --compact '.' --no-template --template './demo'
29+
- run: npx pkg-pr-new publish --compact '.' --template './demo'

0 commit comments

Comments
 (0)