Skip to content

Commit c3b28a0

Browse files
committed
Set default distDir in case ember-cli-deploy isn't run
This is really mainly for testing purposes so we can run the deploy without having to build every time
1 parent 21bdb49 commit c3b28a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
return context.project.root;
2828
},
2929
distDir: function(context) {
30-
return context.distDir;
30+
return context.distDir || 'tmp/deploy-dist';
3131
}
3232
},
3333

0 commit comments

Comments
 (0)