重新打包,移除打包文件

This commit is contained in:
Jason
2022-12-30 09:38:09 +08:00
parent e5f1ac1231
commit d9f6b66c56
448 changed files with 215 additions and 1036 deletions

View File

@@ -4,7 +4,7 @@ import fsExtra from 'fs-extra'
const { existsSync, remove, copy } = fsExtra
const cwd = process.cwd()
//打包发布路径,谨慎改动
const releaseRelativePath = '../frontend'
const releaseRelativePath = '../public/admin'
const distPath = path.resolve(cwd, 'dist')
const releasePath = path.resolve(cwd, releaseRelativePath)