Compare commits

...

1 Commits

Author SHA1 Message Date
Stéphane Busso
9a5f16d5b0 Update env tasks 2021-09-23 12:38:08 +12:00

View File

@@ -74,7 +74,7 @@ module.exports = function (grunt) {
'shell:download_helm_binary:' + p + ':' + a,
'shell:download_kompose_binary:' + p + ':' + a,
'shell:download_kubectl_binary:' + p + ':' + a,
'webpack:prod',
'webpack:${env}',
]);
});
@@ -90,7 +90,7 @@ module.exports = function (grunt) {
'shell:download_helm_binary:' + p + ':' + a,
'shell:download_kompose_binary:' + p + ':' + a,
'shell:download_kubectl_binary:' + p + ':' + a,
'webpack:prod',
'webpack:${env}',
]);
});
};