Skip to content

Commit

Permalink
Merge pull request #44 from ember-cli-deploy/bug/remove-build
Browse files Browse the repository at this point in the history
`build` is not needed after all in postBuild target
  • Loading branch information
lukemelia authored Jan 30, 2018
2 parents b03a5ef + c181f61 commit 4047fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/lightning-deploy-config/files/config/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function(deployTarget) {
// only care about deploying index.html into redis in dev
ENV.pipeline = {
disabled: {
allExcept: ['build', 'redis']
allExcept: ['redis']
}
}
}
Expand Down

0 comments on commit 4047fd1

Please sign in to comment.