Skip to content

Commit

Permalink
Avoid changelog in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed May 1, 2024
1 parent 810461e commit 03a29c6
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 @@ -28,8 +28,8 @@
"test:coverage": "vitest --coverage",
"test:ci": "npm run lint && npm run test:coverage",
"test:update-snapshots": "vitest -u",
"lint": "eslint . --ext .ts && prettier --check --log-level warn \"**/*.{json,md,ts}\"",
"lint:fix": "eslint . --fix && prettier --write --log-level warn \"**/*.{json,md,ts}\"",
"lint": "eslint . --ext .ts && prettier --check --log-level warn \"**/*.{json,md,ts}\" !CHANGELOG.md",
"lint:fix": "eslint . --fix && prettier --write --log-level warn \"**/*.{json,md,ts}\" !CHANGELOG.md",
"version": "auto-changelog -p && git add CHANGELOG.md",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit 03a29c6

Please sign in to comment.