Skip to content

Commit

Permalink
feat: yarn unlink:all (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Oct 1, 2021
1 parent 0a923a2 commit d26ef8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"test": "lerna run test",
"format": "prettier packages/**/src/**/*.ts -w",
"format:check": "prettier packages/**/src/**/*.ts -c",
"link:all": "for d in packages/*; do pushd $d; yarn link; popd; done"
"link:all": "for d in packages/*; do pushd $d; yarn link; popd; done",
"unlink:all": "for d in packages/*; do pushd $d; yarn unlink; popd; done"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.18.0",
Expand Down

0 comments on commit d26ef8b

Please sign in to comment.