1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Edit gruntfile.js

This commit is contained in:
asmsuechan
2017-04-25 00:05:28 -07:00
parent ff87c6b226
commit 7961008500

View File

@@ -259,6 +259,9 @@ module.exports = function (grunt) {
case 'osx':
grunt.task.run(['compile', 'pack:osx'])
break
case 'linux':
grunt.task.run(['compile', 'pack:linux'])
break
}
})