Skip to content

Commit bf53d6d

Browse files
lukekarrysNathan Fritz
authored andcommitted
chore: @npmcli/template-oss@4.5.1
1 parent b70e119 commit bf53d6d

32 files changed

Lines changed: 132 additions & 161 deletions

.github/workflows/ci-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
- name: Reset Deps
7272
run: node . run resetdeps
7373
- name: Lint
74-
run: node . run lint --ignore-scripts
74+
run: node . run lint --ignore-scripts -w docs
7575
- name: Post Lint
76-
run: node . run postlint --ignore-scripts
76+
run: node . run postlint --ignore-scripts -w docs
7777

7878
test:
7979
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmaccess.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmaccess
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmaccess
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmdiff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmdiff
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmdiff
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmexec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmexec
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmexec
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmfund.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmfund
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmfund
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmhook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmhook
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmhook
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmorg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmorg
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmorg
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmpack
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmpack
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmpublish
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmpublish
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmsearch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmsearch
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmsearch
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

0 commit comments

Comments
 (0)