Skip to content

Commit

Permalink
Add ember-cli for ease of use.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 31, 2015
1 parent bd0c0f5 commit 008203c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "QUnit helpers for testing Ember.js applications",
"main": "lib/ember-qunit.js",
"scripts": {
"build": "rm -rf build && BROCCOLI_ENV=test broccoli build build",
"build": "ember build",
"prepublish": "bower install",
"pretest": "npm run-script build",
"pretest": "ember build",
"test": "testem ci",
"start": "BROCCOLI_ENV=test broccoli serve"
"start": "ember serve"
},
"authors": [
"Stefan Penner",
Expand All @@ -26,6 +26,7 @@
"broccoli-merge-trees": "^0.1.4",
"broccoli-sourcemap-concat": "^0.4.3",
"broccoli-string-replace": "0.0.2",
"ember-cli": "^0.1.12",
"git-repo-info": "^1.0.2",
"testem": "0.6.22"
}
Expand Down

0 comments on commit 008203c

Please sign in to comment.