Skip to content

Commit f7445b0

Browse files
committed
Rename engines npm script to postlint
1 parent 1201552 commit f7445b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
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'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
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"

0 commit comments

Comments
 (0)