Skip to content

Commit e79081e

Browse files
committed
set legacy-peer-deps for npm
1 parent 42028f9 commit e79081e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/build-ui.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
DEVSPACE_ROOT=$(git rev-parse --show-toplevel)
66

77
# Install dependencies
8-
cd ui && npm install && npm run build
8+
cd ui && npm install --legacy-peer-deps && npm run build
99

1010
# Pack ui
1111
echo "Packing ui"

0 commit comments

Comments
 (0)