Skip to content

Commit 409112a

Browse files
authored
Update README.md
1 parent ddb0adc commit 409112a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
# postinstall-build
88

9+
⚠️ **NOTE!** As of npm 5.0.0, this functionality is built into npm! The new `prepare` lifecycle script will build your package when installed from git. If possible, I recommend migrating off of `postinstall-build` and onto the official support for `prepare`.
10+
911
Conditionally build in the `postinstall` hook without moving your
1012
`devDependencies` to `dependencies`.
1113

0 commit comments

Comments
 (0)