Skip to content

Commit 745f170

Browse files
benjamindFredyC
authored andcommitted
Fix 2165 use prepare (#2166)
* Fixes #2165 - switches postinstall to prepare * Bumps to v5.14.2 and updates changelog * Removes version bump
1 parent aa22c76 commit 745f170

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 5.14.2 / 4.14.2
2+
3+
- Changed website dependency install to `prepare` step from `postinstall` [#2165](https://github.com/mobxjs/mobx/issues/2165).
4+
15
# 5.14.1 / 4.14.1
26

37
- Fixed a possible issue with action stack errors and multiple mobx versions installed at the same time [#2135](https://github.com/mobxjs/mobx/issues/2135).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"docs:build": "yarn --cwd website build",
3333
"docs:start": "yarn --cwd website start",
3434
"docs:publish": "yarn --cwd website publish-gh-pages",
35-
"postinstall": "yarn --cwd website install",
35+
"prepare": "yarn --cwd website install",
3636
"dedup": "npx yarn-deduplicate -s fewer yarn.lock"
3737
},
3838
"repository": {

0 commit comments

Comments
 (0)