Skip to content

Commit 8591982

Browse files
committed
client: updated build.sh
1 parent 8ed93c1 commit 8591982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ echo "Building react application..."
22
cd client && npm install --force && npx vite build && rm -rf node_modules && cd ..
33

44
echo "Upgrading pip..."
5-
python3 -m pip install --upgrade pip
5+
python3 -m pip install --upgrade pip setuptools
66

77
echo "Installing packages..."
88
pip3 install -r requirements.txt

0 commit comments

Comments
 (0)