Skip to content

Commit

Permalink
Merge pull request #454 from trheyi/main
Browse files Browse the repository at this point in the history
[_]
  • Loading branch information
trheyi authored Sep 1, 2023
2 parents f0fad41 + 047eff9 commit 5305c5a
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 5305c5a

Please sign in to comment.