Skip to content

Commit

Permalink
Merge pull request emberjs#5165 from bantic/bantic/update-doc-build-s…
Browse files Browse the repository at this point in the history
…cript

[DOC] Update README build step script name
  • Loading branch information
locks authored Sep 7, 2017
2 parents 7a037e1 + 17e8b1a commit cb998fc
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 @@ -173,7 +173,7 @@ on models](https://emberjs.com/guides/models/).

1. Ensure that [Node.js](http://nodejs.org/) is installed.
2. Run `npm install` to ensure the required dependencies are installed.
3. Run `npm run build:production` to build Ember Data. The builds will be placed in the `dist/` directory.
3. Run `npm run production` to build Ember Data. The builds will be placed in the `dist/` directory.

# Contribution

Expand Down

0 comments on commit cb998fc

Please sign in to comment.