Skip to content

Commit

Permalink
Fix publish missing dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkcz committed Nov 6, 2020
1 parent dbdcbda commit 5239db8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/rude-bobcats-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"mobx-react": patch
"mobx-react-lite": patch
---

Fixed release with missing dist files
4 changes: 3 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"packages": ["packages/*"],
"version": "independent"
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"coverage": "jest --coverage",
"lint": "eslint packages/*/src/**/* --ext .js,.ts,.tsx",
"prettier": "prettier --write **/*.{js,ts,md}",
"release": "yarn changeset publish",
"release": "yarn lerna run prepublish && yarn changeset publish",
"mobx": "yarn workspace mobx",
"mobx-react": "yarn workspace mobx-react",
"mobx-react-lite": "yarn workspace mobx-react-lite",
Expand Down

0 comments on commit 5239db8

Please sign in to comment.