We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860634b commit cb982d9Copy full SHA for cb982d9
gruntfile.js
@@ -70,9 +70,11 @@ module.exports = function ( grunt ) {
70
},
71
assets: {
72
// Deploy only screenshots and icons.
73
- ...options,
74
- deploy_trunk: false,
75
- deploy_tag: false,
+ options: {
+ ...options,
+ deploy_trunk: false,
76
+ deploy_tag: false,
77
+ },
78
79
80
} );
0 commit comments