Skip to content

Commit

Permalink
Switch to pnpm when building UI (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples authored Jul 6, 2022
1 parent 10b0edc commit d2ab66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build-cloud: build-ui-cloud build-server

build-ui:
(cd ./ui && rm -rf ./build-local)
(cd ./ui && VITE_API="" npm run build:local)
(cd ./ui && VITE_API="" pnpm build:local)
rm -rf $(UI_OUT)
mkdir -p $(UI_OUT)
cp -r ./ui/build-local/* $(UI_OUT)
Expand Down

0 comments on commit d2ab66e

Please sign in to comment.