Skip to content

Commit 4047fd1

Browse files
authored
Merge pull request #44 from ember-cli-deploy/bug/remove-build
`build` is not needed after all in postBuild target
2 parents b03a5ef + c181f61 commit 4047fd1

File tree

1 file changed

+1
-1
lines changed
  • blueprints/lightning-deploy-config/files/config

1 file changed

+1
-1
lines changed

blueprints/lightning-deploy-config/files/config/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function(deployTarget) {
2626
// only care about deploying index.html into redis in dev
2727
ENV.pipeline = {
2828
disabled: {
29-
allExcept: ['build', 'redis']
29+
allExcept: ['redis']
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)