From ca4bd0e9150c28ba99453eab58d241bb529381ee Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Mon, 30 Aug 2021 23:48:37 +0300 Subject: [PATCH] Update Gruntfile.js --- build/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Gruntfile.js b/build/Gruntfile.js index c386b41b2..9eb081ebb 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -537,7 +537,7 @@ module.exports = function(grunt) { options: { cwd: '../vendor/framework7-react', }, - cmd: 'npm i --include=dev', + cmd: 'npm i --include=dev --production=false', }, } });