Skip to content

Commit cb982d9

Browse files
author
Marco Pereirinha
committed
Fix the assets deployment
1 parent 860634b commit cb982d9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gruntfile.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ module.exports = function ( grunt ) {
7070
},
7171
assets: {
7272
// Deploy only screenshots and icons.
73-
...options,
74-
deploy_trunk: false,
75-
deploy_tag: false,
73+
options: {
74+
...options,
75+
deploy_trunk: false,
76+
deploy_tag: false,
77+
},
7678
},
7779
},
7880
} );

0 commit comments

Comments
 (0)