소스 검색

修改打包命令

dygapp 4 년 전
부모
커밋
52a22d3c68
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"