Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shian15810 committed Jun 25, 2019
1 parent 5a89648 commit bf9ec45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ In short, in the context of **by-node-env**, the environment variable `NODE_ENV`

## NODE_ENV

By design, **by-node-env** needs to resolve `NODE_ENV` ahead of starting your application to select appropriate **scripts** in **package.json** for execution, at the same time set the resolved `NODE_ENV` as `process.env.NODE_ENV` in your application runtime.
By design, **by-node-env** must resolve `NODE_ENV` ahead of starting your application to select appropriate **scripts** in **package.json** for execution, at the same time set the resolved `NODE_ENV` as `process.env.NODE_ENV` in your application runtime.

The priority order of resolving `NODE_ENV` is as follows:

Expand Down

0 comments on commit bf9ec45

Please sign in to comment.