Browse Source

tech(build): semicölöns

bergquist 9 years ago
parent
commit
97008f90c4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -13,9 +13,9 @@ module.exports = function (grunt) {
   };
 
   if (grunt.option('arch')) {
-    config.arch = grunt.option('arch')
+    config.arch = grunt.option('arch');
   } else {
-    config.arch = os.arch()
+    config.arch = os.arch();
 
     if (process.platform.match(/^win/)) {
       config.arch = process.env.hasOwnProperty('ProgramFiles(x86)') ? 'x64' : 'x86';