mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 07:32:13 +08:00
Windows build: updates to build stuff to create better windows packages
This commit is contained in:
@ -2,10 +2,6 @@ module.exports = function(grunt) {
|
||||
"use strict";
|
||||
|
||||
// build, then zip and upload to s3
|
||||
grunt.registerTask('release', [
|
||||
'build',
|
||||
'build-post-process',
|
||||
'compress:tgz_release',
|
||||
]);
|
||||
grunt.registerTask('release', ['build', 'build-post-process','compress:release']);
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user