chore: use postinstall script to tag private packages too

parent 5dd12745
......@@ -20,7 +20,7 @@
"lint": "yarn lerna run lint",
"lint:ci": "yarn lerna run lint --parallel --since origin/master",
"lint:fix": "yarn lerna run lint:fix",
"post-install": "patch-package",
"postinstall": "patch-package",
"release": "yarn build && yarn changeset publish"
},
"dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment