修改package.json

This commit is contained in:
yulixing 2019-06-24 17:24:54 +08:00
parent b1d87c0f6b
commit e012125995
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
source /etc/profile
npm install --prefer-offline --loglevel info --unsafe-perm=true --allow-root >> boundle.log
npm install --prefer-offline --loglevel info --unsafe-perm=true --allow-root --build-from-source >> boundle.log
echo 'copy node_modules to /data/publish/node_packages' >> boundle.log
gulp

View File

@ -20,6 +20,7 @@
"body-parser": "^1.19.0",
"bson": "^4.0.2",
"bunyan": "^1.8.12",
"canvas": "^2.5.0",
"compression": "^1.7.4",
"connect-mongo": "^2.0.3",
"cookie-parser": "^1.4.4",