Skip to content

Commit

Permalink
docs: update deploy script to build for prod
Browse files Browse the repository at this point in the history
 resolves #67
  • Loading branch information
knownasilya committed Nov 16, 2018
1 parent 3f8fba3 commit 78457da
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 @@ -104,7 +104,7 @@ For ease of use you can add the following to your `package.json`:

```json
"scripts": {
"deploy": "ember build && ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\" && git push origin gh-pages:gh-pages"
"deploy": "ember build --environment production && ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\" && git push origin gh-pages:gh-pages"
}
```

Expand Down

0 comments on commit 78457da

Please sign in to comment.