@@ -1,5 +1,5 @@
{
- "name": "Y",
+ "name": "vpnserve",
"version": "1.0.0",
"description": "",
"private": true,
@@ -35,7 +35,8 @@
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
- "autod": "autod"
+ "autod": "autod",
+ "dist": "powershell -command 'rm app/public/* -r -fo' && powershell -command 'cp ../VPNWeb/dist/* app/public/ -r'"
},
"ci": {
"version": "10"