Skip to content

Commit

Permalink
[_]
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Sep 1, 2023
1 parent 7f6711f commit 047eff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ artifacts-linux: clean

# Building XGEN v1.0
export NODE_ENV=production
rm -f ../xgen-v1.0/pnpm-lock.yaml
# rm -f ../xgen-v1.0/pnpm-lock.yaml
echo "BASE=__yao_admin_root" > ../xgen-v1.0/packages/xgen/.env
cd ../xgen-v1.0 && pnpm install --no-frozen-lockfile && pnpm run build

Expand Down Expand Up @@ -190,7 +190,7 @@ artifacts-macos: clean

# Building XGEN v1.0
export NODE_ENV=production
rm -f ../xgen-v1.0/pnpm-lock.yaml
# rm -f ../xgen-v1.0/pnpm-lock.yaml
echo "BASE=__yao_admin_root" > ../xgen-v1.0/packages/xgen/.env
cd ../xgen-v1.0 && pnpm install --no-frozen-lockfile && pnpm run build

Expand Down

0 comments on commit 047eff9

Please sign in to comment.