We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b0edc commit d2ab66eCopy full SHA for d2ab66e
1 file changed
Makefile
@@ -33,7 +33,7 @@ build-cloud: build-ui-cloud build-server
33
34
build-ui:
35
(cd ./ui && rm -rf ./build-local)
36
- (cd ./ui && VITE_API="" npm run build:local)
+ (cd ./ui && VITE_API="" pnpm build:local)
37
rm -rf $(UI_OUT)
38
mkdir -p $(UI_OUT)
39
cp -r ./ui/build-local/* $(UI_OUT)
0 commit comments