Skip to content

Commit

Permalink
fixed issue where jitpack was not creating folder for protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
trunerd committed Jun 4, 2016
1 parent 5983b4b commit 8b83f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = function(grunt) {
mkdir: {
all: {
options: {
create: [ 'target/unitTest', 'target/screenshots', 'target/website/proto' ]
create: [ 'target/unitTest', 'target/screenshots', 'target/website/proto', 'src/main/js/generated_proto' ]
}
}
},
Expand Down

0 comments on commit 8b83f15

Please sign in to comment.