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.
2 parents e57e4a6 + 689092e commit 83e636dCopy full SHA for 83e636d
tasks/theme.js
@@ -93,7 +93,7 @@ module.exports = function(grunt) {
93
// theme and CI systems can still use the primary grunt implementation as a
94
// single authority for the build process.
95
if (theme.scripts && theme.scripts['compile-theme']) {
96
- steps.push('theme:' + key + ':compile-theme');
+ steps.push('themes:' + key + ':compile-theme');
97
}
98
99
0 commit comments