Update Gruntfile.js

This commit is contained in:
maxkadushkin 2021-08-30 23:48:37 +03:00 committed by GitHub
parent c7183b6c8b
commit b5a11dd6f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -536,7 +536,7 @@ module.exports = function(grunt) {
options: {
cwd: '../vendor/framework7-react',
},
cmd: 'npm i --include=dev',
cmd: 'npm i --include=dev --production=false',
},
}
});