Skip to content

Commit

Permalink
Update the "lint" task
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Feb 2, 2024
1 parent e2e5535 commit aa01bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"clean": "node tool/clean.js",
"dist": "npm run clean && npm run build && git update-index --chmod=+x bin/php_minifier.cjs",
"doc": "typedoc --options etc/typedoc.js && node tool/doc.js",
"lint": "tsc --project tsconfig.json && eslint --config=etc/eslint.cjs src test tool",
"lint": "npm run build && tsc --project tsconfig.json && eslint --config=etc/eslint.cjs src test tool",
"postpublish": "node tool/publish.js",
"prepack": "npm run dist",
"start": "npm run build && node bin/php_minifier.cjs --help",
Expand Down

0 comments on commit aa01bc1

Please sign in to comment.