Skip to content

Commit

Permalink
Include build in allExcept
Browse files Browse the repository at this point in the history
  • Loading branch information
typeoneerror committed Jan 30, 2018
1 parent 4701c10 commit d61df8f
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: ['redis']
allExcept: ['build', 'redis']
}
}
}
Expand Down

0 comments on commit d61df8f

Please sign in to comment.