File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 - name : Add Problem Matcher
145145 run : echo "::add-matcher::.github/matchers/tap.json"
146146 - name : Test
147- run : npm test --ignore-scripts -ws -iwr --if-present
147+ run : npm test --ignore-scripts
148148 - name : Conclude Check
149149 uses : LouisBrunner/checks-action@v1.3.1
150150 if : always()
Original file line number Diff line number Diff line change @@ -152,4 +152,4 @@ jobs:
152152 - name : Add Problem Matcher
153153 run : echo "::add-matcher::.github/matchers/tap.json"
154154 - name : Test
155- run : npm test --ignore-scripts -iwr
155+ run : npm test --ignore-scripts
Original file line number Diff line number Diff line change 5555 "//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
5656 "version" : " 4.4.4" ,
5757 "engines" : " >=10" ,
58+ "content" : " ./scripts" ,
5859 "ciVersions" : [
5960 " 10.0.0" ,
6061 " 10.x" ,
Original file line number Diff line number Diff line change 1+ - name : Add Problem Matcher
2+ run : echo "::add-matcher::.github/matchers/tap.json"
3+ - name : Test
4+ run : {{ rootNpmPath }} test --ignore-scripts
You can’t perform that action at this time.
0 commit comments