Skip to content

Commit 9663f41

Browse files
committed
Fixes mobxjs#2165 - switches postinstall to prepare
1 parent aa22c76 commit 9663f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
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": {
@@ -135,4 +135,4 @@
135135
"pre-commit": "lint-staged"
136136
}
137137
}
138-
}
138+
}

0 commit comments

Comments
 (0)