Skip to content

Commit

Permalink
Update npm run-script to npm run
Browse files Browse the repository at this point in the history
More commonly used and cleaner/less to type.
  • Loading branch information
Ilya Radchenko committed Jul 4, 2014
1 parent 83fe4e0 commit 30e26cf
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 @@ -16,7 +16,7 @@ on building killer features and UI.

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-script build` to build Ember.js. The builds will be placed in the `dist/` directory.
3. Run `npm run build` to build Ember.js. The builds will be placed in the `dist/` directory.

# Contribution

Expand Down

0 comments on commit 30e26cf

Please sign in to comment.