Selaa lähdekoodia

修改打包命令

dygapp 4 vuotta sitten
vanhempi
commit
52a22d3c68
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      package.json

+ 1 - 1
package.json

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