Skip to content

Commit bb604c3

Browse files
authored
Update README.md
1 parent 79d712d commit bb604c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ mistakenly being passed as the build artifact. Since that file will never exist,
180180
the build task is always run. Since `npm run build` is provided as the build
181181
artifact and not the build command, the default build command is used – which
182182
happens to also be `npm run build`. Things will appear to work, but in fact it
183-
is building on every `postinstall` unconditionally.
183+
is building on every `postinstall` unconditionally. `postinstall-build` will
184+
issue a warning if it suspects the arguments are incorrect.
184185

185186
---
186187

0 commit comments

Comments
 (0)