Skip to content

Commit 8b83f15

Browse files
committed
fixed issue where jitpack was not creating folder for protobuf
1 parent 5983b4b commit 8b83f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = function(grunt) {
8989
mkdir: {
9090
all: {
9191
options: {
92-
create: [ 'target/unitTest', 'target/screenshots', 'target/website/proto' ]
92+
create: [ 'target/unitTest', 'target/screenshots', 'target/website/proto', 'src/main/js/generated_proto' ]
9393
}
9494
}
9595
},

0 commit comments

Comments
 (0)