Skip to content

Commit d2ab66e

Browse files
authored
Switch to pnpm when building UI (#177)
1 parent 10b0edc commit d2ab66e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build-cloud: build-ui-cloud build-server
3333

3434
build-ui:
3535
(cd ./ui && rm -rf ./build-local)
36-
(cd ./ui && VITE_API="" npm run build:local)
36+
(cd ./ui && VITE_API="" pnpm build:local)
3737
rm -rf $(UI_OUT)
3838
mkdir -p $(UI_OUT)
3939
cp -r ./ui/build-local/* $(UI_OUT)

0 commit comments

Comments
 (0)