Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
bmish and ljharb committed Oct 21, 2022
1 parent 15c0f53 commit 35902a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,9 +6,9 @@
"main": "index.js",
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prelint": "npm run lint:docs && npm run lint:eslint-docs",
"prelint": "npm run lint:docs",
"lint:docs": "markdownlint \"**/*.md\"",
"lint:eslint-docs": "npm run update:eslint-docs --check",
"postlint:docs": "npm run update:eslint-docs --check",
"lint": "eslint .",
"postlint": "npm run type-check",
"pretest": "npm run lint",
Expand Down

0 comments on commit 35902a5

Please sign in to comment.