From 16753d6c6faea06b03dc05c8c94bb51ffc5ce2e7 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 25 May 2017 18:01:47 -0700 Subject: [PATCH] Add grunt todo --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 23e75b10d..b747cfd30 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -346,6 +346,8 @@ module.exports = function(grunt) { }); done(); }); + + // TODO: chmod u+r win-unpacked/**/* }); grunt.registerTask('unit-tests', 'Run unit tests inside Electron', function() {