Skip to content

Commit 849a937

Browse files
committed
fix buildcontrol running from wrong directory
1 parent cb683dd commit 849a937

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Gruntfile.js

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ module.exports = function (grunt) {
108108
.then(generateDemo)
109109
.then(gruntBuild)
110110
.then(gruntRelease)
111+
.then(function() {
112+
shell.cd('../');
113+
})
111114
.catch(function(msg){
112115
grunt.fail.warn(msg || 'failed to generate demo')
113116
})

0 commit comments

Comments
 (0)