1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

chore(build-system): fix release tasks

This commit is contained in:
Anthony Lapenna 2017-01-03 07:47:12 +13:00
parent 0bacaef71a
commit 816c1ea448

View file

@ -30,7 +30,7 @@ module.exports = function (grunt) {
'clean:tmp'
]);
grunt.registerTask('release', [
'clean:app',
'clean:all',
'if:unixBinaryNotExist',
'html2js',
'useminPrepare:release',
@ -45,7 +45,7 @@ module.exports = function (grunt) {
'clean:tmp'
]);
grunt.registerTask('release-win', [
'clean:app',
'clean:all',
'if:windowsBinaryNotExist',
'html2js',
'useminPrepare',
@ -60,7 +60,7 @@ module.exports = function (grunt) {
'clean:tmp'
]);
grunt.registerTask('release-arm', [
'clean:app',
'clean:all',
'if:unixArmBinaryNotExist',
'html2js',
'useminPrepare',
@ -75,7 +75,7 @@ module.exports = function (grunt) {
'clean:tmp'
]);
grunt.registerTask('release-arm64', [
'clean:app',
'clean:all',
'if:unixArm64BinaryNotExist',
'html2js',
'useminPrepare',
@ -90,7 +90,7 @@ module.exports = function (grunt) {
'clean:tmp'
]);
grunt.registerTask('release-macos', [
'clean:app',
'clean:all',
'if:darwinBinaryNotExist',
'html2js',
'useminPrepare',