@@ -36,7 +36,8 @@
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod",
- "dist": "powershell -command 'rm app/public/* -r -fo' && powershell -command 'cp ../VPNWeb/dist/* app/public/ -r'"
+ "update": "powershell -command \"rm app/public/* -r -fo\" && powershell -command \"cp ../VPNWeb/dist/* app/public/ -r\"",
+ "dist": "tar cvzf admin.tar.gz * --exclude=.git"
},
"ci": {
"version": "10"