diff --git a/README.md b/README.md index d3be3ec..cc608da 100644 --- a/README.md +++ b/README.md @@ -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" } ```