fix: build dist checkout /src/typings temp file
This commit is contained in:
@@ -56,13 +56,13 @@ build-jar(){
|
||||
|
||||
build-dist(){
|
||||
cd ${FERootDir}
|
||||
git checkout src/typings/components.d.ts
|
||||
git checkout src/typings/
|
||||
git pull
|
||||
pnpm i
|
||||
pnpm build
|
||||
|
||||
cd ${FEUserRootDir}
|
||||
git checkout src/typings/components.d.ts
|
||||
git checkout src/typings/
|
||||
git pull
|
||||
if ! pnpm list terser --depth 0 &> /dev/null; then
|
||||
pnpm add terser --save-dev
|
||||
|
||||
Reference in New Issue
Block a user