Skip to content

Commit

Permalink
chore: add linkall / unlinkall script
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed Jun 18, 2022
1 parent e85a70b commit ada0d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"deploy:ci": "lerna run clean && yarn build && lerna publish --yes from-package",
"deploy:manual": "lerna run clean && yarn build && lerna publish",
"deploy:pages": "gh-pages -d dist-pages -m \"[ci skip]\"",
"linkall": "lerna exec --parallel yarn link",
"unlinkall": "lerna exec --parallel --bail=false yarn unlink",
"postinstall": "husky install"
},
"repository": {
Expand Down

0 comments on commit ada0d97

Please sign in to comment.