@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
|
|
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
|
|
76
|
+
run: node ./bin/npm-cli.js run -w %%pkgpath%% --ignore-scripts test -- -t600 -Rbase -c
|