Skip to content

Commit 62894f8

Browse files
committed
fix build bug
1 parent 65b7678 commit 62894f8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build/nacos_client/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/bin/bash
22

3+
set -e
4+
35
source "$(cd `dirname $0`;pwd)/../common/prepare_dir.sh"
46
source "$(cd `dirname $0`;pwd)/../common/utils_func.sh"
57
source "$(cd `dirname $0`;pwd)/../common/arch_detect.sh"
68

7-
apt update && apt-get -y install curl wget unzip nodejs npm
9+
apt update && apt-get -y install curl wget unzip nodejs npm node-typescript vite
810

911
VERSION="latest"
1012

0 commit comments

Comments
 (0)