Skip to content

Commit

Permalink
lint: clarify how publint is ran
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Nov 25, 2024
1 parent ef948f3 commit 011766a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"build": "rm -rf dist && NODE_ENV=production tsc",
"format": "prettier --write . --log-level=warn",
"format-verify": "prettier --check . --log-level=warn",
"lint": "eslint . --fix",
"prepublishOnly": "npm run verify && npm run build && publint",
"lint": "eslint . --fix && publint --strict",
"prepublishOnly": "npm run verify && npm run build",
"start-building": "rm -rf dist && NODE_ENV=production tsc --watch",
"test": "ava",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit 011766a

Please sign in to comment.