finish-release task

This commit is contained in:
antelle 2020-04-08 08:02:59 +02:00
parent b85eab9d10
commit 8eb7366a4e
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ module.exports = function(grunt) {
'build-desktop-dist-win32'
]);
// prettier-ignore
grunt.registerTask('finish-release', 'Complete the release started with desktop-*', [
'sign-dist'
]);
// prettier-ignore
grunt.registerTask('cordova', 'Build cordova app', [
'default',