Skip to content

Commit

Permalink
fix: Relax package sync check
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Sep 1, 2020
1 parent 1c8e706 commit a40a623
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 @@ -40,7 +40,7 @@
"depcheck": "lerna run --no-bail depcheck",
"update": "lernaupdate --dedupe",
"prettier": "lerna run prettier",
"lint": "yarn clean --yes && lerna run lint && scripts/check-packages.sh",
"lint": "yarn clean --yes && lerna run lint",
"lint-fix": "lerna run --no-bail lint-fix",
"test": "lerna run test",
"test262": "lerna run test262",
Expand Down

0 comments on commit a40a623

Please sign in to comment.