fix: 修正UI流水线构建命令递归问题
Some checks failed
Build and Deploy TenantUI / build-and-deploy (push) Failing after 15s
Some checks failed
Build and Deploy TenantUI / build-and-deploy (push) Failing after 15s
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
|||||||
|
|
||||||
pnpm --version
|
pnpm --version
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
VITE_GLOB_API_URL=https://api-tenant-dev.laosankeji.com/api/tenant/v1 pnpm run build:antd
|
VITE_GLOB_API_URL=https://api-tenant-dev.laosankeji.com/api/tenant/v1 pnpm -F @vben/web-antd run build
|
||||||
|
|
||||||
rm -rf publish/web-antd-dist
|
rm -rf publish/web-antd-dist
|
||||||
mkdir -p publish
|
mkdir -p publish
|
||||||
|
|||||||
Reference in New Issue
Block a user