Skip to content

Commit 6e9dbc6

Browse files
wraithgarreggi
authored andcommitted
chore: @npmcli/template-oss@4.24.4 (#8383)
1 parent 1c9dd9e commit 6e9dbc6

37 files changed

+108
-109
lines changed

.github/workflows/ci-libnpmaccess.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Reset Deps
5252
run: node scripts/resetdeps.js
5353
- name: Lint
54-
run: npm run lint --ignore-scripts -w libnpmaccess
54+
run: npm run lint --ignore-scripts --workspace libnpmaccess
5555
- name: Post Lint
56-
run: npm run postlint --ignore-scripts -w libnpmaccess
56+
run: npm run postlint --ignore-scripts --workspace libnpmaccess
5757

5858
test:
5959
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117117
- name: Add Problem Matcher
118118
run: echo "::add-matcher::.github/matchers/tap.json"
119119
- name: Test
120-
run: npm test --ignore-scripts -w libnpmaccess
120+
run: npm test --ignore-scripts --workspace libnpmaccess
121121
- name: Check Git Status
122122
run: node scripts/git-dirty.js

.github/workflows/ci-libnpmdiff.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Reset Deps
5252
run: node scripts/resetdeps.js
5353
- name: Lint
54-
run: npm run lint --ignore-scripts -w libnpmdiff
54+
run: npm run lint --ignore-scripts --workspace libnpmdiff
5555
- name: Post Lint
56-
run: npm run postlint --ignore-scripts -w libnpmdiff
56+
run: npm run postlint --ignore-scripts --workspace libnpmdiff
5757

5858
test:
5959
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117117
- name: Add Problem Matcher
118118
run: echo "::add-matcher::.github/matchers/tap.json"
119119
- name: Test
120-
run: npm test --ignore-scripts -w libnpmdiff
120+
run: npm test --ignore-scripts --workspace libnpmdiff
121121
- name: Check Git Status
122122
run: node scripts/git-dirty.js

.github/workflows/ci-libnpmexec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Reset Deps
5252
run: node scripts/resetdeps.js
5353
- name: Lint
54-
run: npm run lint --ignore-scripts -w libnpmexec
54+
run: npm run lint --ignore-scripts --workspace libnpmexec
5555
- name: Post Lint
56-
run: npm run postlint --ignore-scripts -w libnpmexec
56+
run: npm run postlint --ignore-scripts --workspace libnpmexec
5757

5858
test:
5959
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117117
- name: Add Problem Matcher
118118
run: echo "::add-matcher::.github/matchers/tap.json"
119119
- name: Test
120-
run: npm test --ignore-scripts -w libnpmexec
120+
run: npm test --ignore-scripts --workspace libnpmexec
121121
- name: Check Git Status
122122
run: node scripts/git-dirty.js

.github/workflows/ci-libnpmfund.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Reset Deps
5252
run: node scripts/resetdeps.js
5353
- name: Lint
54-
run: npm run lint --ignore-scripts -w libnpmfund
54+
run: npm run lint --ignore-scripts --workspace libnpmfund
5555
- name: Post Lint
56-
run: npm run postlint --ignore-scripts -w libnpmfund
56+
run: npm run postlint --ignore-scripts --workspace libnpmfund
5757

5858
test:
5959
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117117
- name: Add Problem Matcher
118118
run: echo "::add-matcher::.github/matchers/tap.json"
119119
- name: Test
120-
run: npm test --ignore-scripts -w libnpmfund
120+
run: npm test --ignore-scripts --workspace libnpmfund
121121
- name: Check Git Status
122122
run: node scripts/git-dirty.js

.github/workflows/ci-libnpmorg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Reset Deps
5252
run: node scripts/resetdeps.js
5353
- name: Lint
54-
run: npm run lint --ignore-scripts -w libnpmorg
54+
run: npm run lint --ignore-scripts --workspace libnpmorg
5555
- name: Post Lint
56-
run: npm run postlint --ignore-scripts -w libnpmorg
56+
run: npm run postlint --ignore-scripts --workspace libnpmorg
5757

5858
test:
5959
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117117
- name: Add Problem Matcher
118118
run: echo "::add-matcher::.github/matchers/tap.json"
119119
- name: Test
120-
run: npm test --ignore-scripts -w libnpmorg
120+
run: npm test --ignore-scripts --workspace libnpmorg
121121
- name: Check Git Status
122122
run: node scripts/git-dirty.js

.github/workflows/ci-libnpmpack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Reset Deps
5252
run: node scripts/resetdeps.js
5353
- name: Lint
54-
run: npm run lint --ignore-scripts -w libnpmpack
54+
run: npm run lint --ignore-scripts --workspace libnpmpack
5555
- name: Post Lint
56-
run: npm run postlint --ignore-scripts -w libnpmpack
56+
run: npm run postlint --ignore-scripts --workspace libnpmpack
5757

5858
test:
5959
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117117
- name: Add Problem Matcher
118118
run: echo "::add-matcher::.github/matchers/tap.json"
119119
- name: Test
120-
run: npm test --ignore-scripts -w libnpmpack
120+
run: npm test --ignore-scripts --workspace libnpmpack
121121
- name: Check Git Status
122122
run: node scripts/git-dirty.js

.github/workflows/ci-libnpmpublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Reset Deps
5252
run: node scripts/resetdeps.js
5353
- name: Lint
54-
run: npm run lint --ignore-scripts -w libnpmpublish
54+
run: npm run lint --ignore-scripts --workspace libnpmpublish
5555
- name: Post Lint
56-
run: npm run postlint --ignore-scripts -w libnpmpublish
56+
run: npm run postlint --ignore-scripts --workspace libnpmpublish
5757

5858
test:
5959
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117117
- name: Add Problem Matcher
118118
run: echo "::add-matcher::.github/matchers/tap.json"
119119
- name: Test
120-
run: npm test --ignore-scripts -w libnpmpublish
120+
run: npm test --ignore-scripts --workspace libnpmpublish
121121
- name: Check Git Status
122122
run: node scripts/git-dirty.js

.github/workflows/ci-libnpmsearch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Reset Deps
5252
run: node scripts/resetdeps.js
5353
- name: Lint
54-
run: npm run lint --ignore-scripts -w libnpmsearch
54+
run: npm run lint --ignore-scripts --workspace libnpmsearch
5555
- name: Post Lint
56-
run: npm run postlint --ignore-scripts -w libnpmsearch
56+
run: npm run postlint --ignore-scripts --workspace libnpmsearch
5757

5858
test:
5959
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117117
- name: Add Problem Matcher
118118
run: echo "::add-matcher::.github/matchers/tap.json"
119119
- name: Test
120-
run: npm test --ignore-scripts -w libnpmsearch
120+
run: npm test --ignore-scripts --workspace libnpmsearch
121121
- name: Check Git Status
122122
run: node scripts/git-dirty.js

.github/workflows/ci-libnpmteam.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Reset Deps
5252
run: node scripts/resetdeps.js
5353
- name: Lint
54-
run: npm run lint --ignore-scripts -w libnpmteam
54+
run: npm run lint --ignore-scripts --workspace libnpmteam
5555
- name: Post Lint
56-
run: npm run postlint --ignore-scripts -w libnpmteam
56+
run: npm run postlint --ignore-scripts --workspace libnpmteam
5757

5858
test:
5959
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117117
- name: Add Problem Matcher
118118
run: echo "::add-matcher::.github/matchers/tap.json"
119119
- name: Test
120-
run: npm test --ignore-scripts -w libnpmteam
120+
run: npm test --ignore-scripts --workspace libnpmteam
121121
- name: Check Git Status
122122
run: node scripts/git-dirty.js

.github/workflows/ci-libnpmversion.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Reset Deps
5252
run: node scripts/resetdeps.js
5353
- name: Lint
54-
run: npm run lint --ignore-scripts -w libnpmversion
54+
run: npm run lint --ignore-scripts --workspace libnpmversion
5555
- name: Post Lint
56-
run: npm run postlint --ignore-scripts -w libnpmversion
56+
run: npm run postlint --ignore-scripts --workspace libnpmversion
5757

5858
test:
5959
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
@@ -117,6 +117,6 @@ jobs:
117117
- name: Add Problem Matcher
118118
run: echo "::add-matcher::.github/matchers/tap.json"
119119
- name: Test
120-
run: npm test --ignore-scripts -w libnpmversion
120+
run: npm test --ignore-scripts --workspace libnpmversion
121121
- name: Check Git Status
122122
run: node scripts/git-dirty.js

0 commit comments

Comments
 (0)