mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-14 12:45:41 +08:00
重新打包,移除打包文件
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user