Skip to content

Commit

Permalink
package.json: Add script to generate CHANGELOG file
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Aug 14, 2016
1 parent a32a5b9 commit e73ec54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"build": "ember build",
"test": "ember test",
"start": "ember serve"
"start": "ember serve",
"generate-changelog": "github_changelog_generator -u switchfly -p ember-mocha"
},
"authors": [
"Dan Gebhardt",
Expand Down

0 comments on commit e73ec54

Please sign in to comment.