@npmcli/template-oss 2.4.1 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,7 @@ jobs:
30
30
  node ./bin/npm-cli.js install --ignore-scripts --no-audit
31
31
  node ./bin/npm-cli.js rebuild
32
32
  - name: Run linting
33
- run: node ./bin/npm-cli.js run posttest -w libnpmdiff
33
+ run: node ./bin/npm-cli.js run posttest -w %%pkgpath%%
34
34
  env:
35
35
  DEPLOY_VERSION: testing
36
36
 
@@ -73,4 +73,4 @@ jobs:
73
73
 
74
74
  # Run the tests, but not if we're just gonna do coveralls later anyway
75
75
  - name: Run Tap tests
76
- run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c
76
+ run: node ./bin/npm-cli.js run -w %%pkgpath%% --ignore-scripts test -- -t600 -Rbase -c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/template-oss",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "templated files used in npm CLI team oss projects",
5
5
  "main": "lib/index.js",
6
6
  "bin": {