File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 uses : ljharb/actions/.github/workflows/node-majors.yml@main
1111 with :
1212 range : ' ^18.12 || ^20.9 || >= 22.7'
13- command : ' npm run engines && npm run tests-only && npm run licenses'
13+ command : ' npm run tests-only && npm run licenses'
Original file line number Diff line number Diff line change 3939 "license" : " Apache-2.0" ,
4040 "repository" : " jslicense/licensee.js" ,
4141 "scripts" : {
42- "engines" : " ls-engines --current" ,
4342 "licenses" : " ./licensee --errors-only" ,
4443 "lint" : " standard index.js licensee tests/**/*.js" ,
4544 "pretest" : " npm run lint" ,
45+ "postlint" : " ls-engines --current" ,
4646 "tests-only" : " tap --no-check-coverage tests/unit.test.js tests/**/test.js" ,
4747 "test" : " npm run tests-only" ,
4848 "posttest" : " aud --production"
You can’t perform that action at this time.
0 commit comments