Skip to content

Commit

Permalink
publish-build -> publish
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Jan 28, 2015
1 parent 0d33c05 commit 86a2bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
- npm test

after_success:
- npm run-script publish-build
- npm publish
- "./bin/bower-ember-data-build"
env:
global:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"start": "ember serve",
"pretest": "ember build --environment production",
"test": "node_modules/broccoli-jscs/node_modules/jscs/bin/jscs packages && bin/run-tests.js",
"publish-build": "npm run build:production && ./bin/publish_to_s3.js"
"publish": "./bin/publish_to_s3.js"
},
"devDependencies": {
"aws-sdk": "~2.0.0-rc8",
Expand Down

0 comments on commit 86a2bf0

Please sign in to comment.