Skip to content

Commit

Permalink
fix: fix mobx-react-lite release issue, fixes #3662 (#3664)
Browse files Browse the repository at this point in the history
* fix: fix mobx-react-lite release issue

* added changeset
  • Loading branch information
mweststrate committed Mar 26, 2023
1 parent c794d3d commit 8e58fa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thin-bugs-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"mobx-react-lite": patch
---

(Hopefully) fixed release process for mobx-react-lite
2 changes: 1 addition & 1 deletion packages/mobx-react-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"test:size": "yarn import-size --report . observer useLocalObservable",
"test:types": "tsc --noEmit",
"test:check": "yarn test:types",
"prepublish": "yarn build --target publish && yarn build:cjs && yarn build:es"
"prepublish": "cd ../mobx && yarn build --target publish && cd ../mobx-react-lite && yarn build --target publish && yarn build:cjs && yarn build:es"
}
}

0 comments on commit 8e58fa9

Please sign in to comment.