We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent b03a5ef commit c181f61Copy full SHA for c181f61
1 file changed
blueprints/lightning-deploy-config/files/config/deploy.js
@@ -26,7 +26,7 @@ module.exports = function(deployTarget) {
26
// only care about deploying index.html into redis in dev
27
ENV.pipeline = {
28
disabled: {
29
- allExcept: ['build', 'redis']
+ allExcept: ['redis']
30
}
31
32
0 commit comments