Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: revert postinstall yarn lock dedup
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Ogbizi committed Mar 17, 2020
1 parent da4a362 commit 692e8a0
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 @@ -46,8 +46,8 @@
"build": "mkdir -p artifacts; echo 'When changing this remember to update @semantic-release/npm.'",
"commit": "git-cz",
"lock-check": "yarn-deduplicate --list --fail",
"lock-dedup": "yarn-deduplicate",
"lint": "eslint . --ext .js,.ts --max-warnings=0",
"postinstall": "yarn-deduplicate",
"release": "semantic-release",
"report-coverage": "codecov",
"test": "jest",
Expand Down

0 comments on commit 692e8a0

Please sign in to comment.