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 77099a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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": "yarn lerna run lint",
"lint:do-not-merge": "git grep -E 'DO[ _]*NOT[ _]*MERGE';",
"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)'",
Expand Down

0 comments on commit 77099a0

Please sign in to comment.