Skip to content

Commit 5b856c7

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent 3f4ed07 commit 5b856c7

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Add Problem Matcher
142142
run: echo "::add-matcher::.github/matchers/tap.json"
143143
- name: Test
144-
run: npm test --ignore-scripts -ws -iwr --if-present
144+
run: npm test --ignore-scripts
145145
- name: Conclude Check
146146
uses: LouisBrunner/[email protected]
147147
if: always()

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ jobs:
151151
- name: Add Problem Matcher
152152
run: echo "::add-matcher::.github/matchers/tap.json"
153153
- name: Test
154-
run: npm test --ignore-scripts -iwr
154+
run: npm test --ignore-scripts

.github/workflows/post-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v3
2121
with:
22-
ref: ${{ github.ref_name }}
22+
ref: ${{ github.event.pull_request.head.ref }}
2323
- name: Setup Git User
2424
run: |
2525
git config --global user.email "[email protected]"

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ jobs:
132132
RELEASE_COMMENT_ID: ${{ needs.release.outputs.comment-id }}
133133
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
134134
run: |
135-
npm run rp-pull-request --ignore-scripts -ws -iwr --if-present
135+
npm exec --offline -- template-oss-release-manager
136+
npm run rp-pull-request --ignore-scripts --if-present
136137
- name: Commit
137138
id: commit
138139
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"templateOSS": {
4848
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
4949
"windowsCI": false,
50-
"version": "4.4.4"
50+
"version": "4.5.1"
5151
},
5252
"tap": {
5353
"nyc-arg": [

0 commit comments

Comments
 (0)