Skip to content

Commit f157e8f

Browse files
authored
Update README.md
[ci skip]
1 parent b427bb6 commit f157e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ When npm installs from a Git repository or any other non-package location, it
268268
will first prepare the directory as if it were publishing a package. This
269269
includes respecting the `.npmignore` file and `files` field in `package.json`,
270270
which means that `postinstall` scripts may be executed with a subset of the
271-
files you may need to run your build step. Thus, in order for `postinstall-build`
271+
files you need to run your build step. Thus, in order for `postinstall-build`
272272
to work, you should **not** ignore the source files or any necessary
273273
configuration (for example, `.babelrc`).
274274

0 commit comments

Comments
 (0)