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([
|
||||
'config:prod',
|
||||
'clean:all',
|
||||
'copy:templates',
|
||||
'shell:buildBinary:' + p + ':' + a,
|
||||
'shell:downloadDockerBinary:' + p + ':' + a,
|
||||
'webpack:prod'
|
||||
|
|
Loading…
Reference in New Issue