Skip to content

Commit

Permalink
chore: remove the yarn run lint:do-not-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jan 9, 2024
1 parent a79b1ff commit 365e6e7
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 @@ -6,8 +6,7 @@
"private": true,
"scripts": {
"preinstall": "git config --global url.\"https://\".insteadOf ssh://",
"lint": "yarn lerna run lint && yarn run lint:do-not-merge",
"lint:do-not-merge": "git grep -E 'DO[ _]*NOT[ _]*MERGE';",
"lint": "yarn lerna run lint",
"prettify": "yarn run prettier --config .prettierrc.js --write '**/*.+(ts|tsx|js|jsx|sol|java)'",
"prettify:diff": "yarn run prettier --config .prettierrc.js --list-different '**/*.+(ts|tsx|js|jsx|sol|java)'",
"reset": "yarn reset-modules && yarn reset-cache",
Expand Down

0 comments on commit 365e6e7

Please sign in to comment.