mirror of https://github.com/portainer/portainer
fix(build): copy templates on release
parent
eed11e33f3
commit
df30246595
|
@ -37,6 +37,7 @@ module.exports = function(grunt) {
|
||||||
grunt.task.run([
|
grunt.task.run([
|
||||||
'config:prod',
|
'config:prod',
|
||||||
'clean:all',
|
'clean:all',
|
||||||
|
'copy:templates',
|
||||||
'shell:buildBinary:' + p + ':' + a,
|
'shell:buildBinary:' + p + ':' + a,
|
||||||
'shell:downloadDockerBinary:' + p + ':' + a,
|
'shell:downloadDockerBinary:' + p + ':' + a,
|
||||||
'webpack:prod'
|
'webpack:prod'
|
||||||
|
|
Loading…
Reference in New Issue