Skip to content

Commit

Permalink
Remove lint-md npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
343dev committed Sep 3, 2023
1 parent 0bff8ec commit 04cecf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
],
"scripts": {
"lint-js": "eslint .",
"lint-md": "./cli.js -r .",
"lint": "npm run lint-js && npm run lint-md",
"lint": "npm run lint-js",
"prepublishOnly": "if [ -z \"$CI\" ]; then lawyer; fi",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 04cecf2

Please sign in to comment.