Update Gruntfile.js

This commit is contained in:
maxkadushkin 2021-08-30 23:48:37 +03:00 committed by Maxim Kadushkin
parent f63e61528c
commit ca4bd0e915

View file

@ -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',
},
}
});