Skip to content

Commit

Permalink
fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 5, 2023
1 parent 4a90edb commit 300f6d0
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 @@ -6,8 +6,8 @@
"private": true,
"scripts": {
"preinstall": "git config --global url.\"https://\".insteadOf ssh://",
"lint": "yarn lerna run lint && yarn run --silent lint:do-not-merge",
"lint:do-not-merge": "! git grep -E 'DO[ _]*NOT[ _]*MERGE'",
"lint": "yarn lerna run lint && yarn lint:do-not-merge",
"lint:do-not-merge": "git grep -E 'DO[ _]*NOT[ _]*MERGE'",
"prettify": "yarn run prettier --config .prettierrc.js --write '**/*.+(ts|js)'",
"prettify:diff": "yarn run prettier --config .prettierrc.js --list-different '**/*.+(ts|js)'",
"reset": "yarn reset-modules && yarn reset-cache",
Expand Down

0 comments on commit 300f6d0

Please sign in to comment.