Authored by 李奇

添加上传script

... ... @@ -12,6 +12,7 @@
"dev": "nodemon -e js,hbs -i public/ app.js",
"static": "webpack-dev-server --config ./public/build/webpack.dev.config.js",
"build": "webpack --config ./public/build/webpack.prod.config.js",
"upload": "yo-cli upload",
"online": "NODE_ENV=\"production\" node app.js",
"debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js",
"lint-js": "eslint -c .eslintrc --cache --fix .",
... ... @@ -56,7 +57,6 @@
"sitemap": "^1.12.1",
"urlencode": "^1.1.0",
"uuid": "^2.0.2",
"yo-cli": "^1.0.2",
"yoho-express-session": "^2.0.0",
"yoho-node-lib": "=0.6.10",
"yoho-zookeeper": "^1.0.8"
... ...