1 parent 65b7678 commit 62894f8Copy full SHA for 62894f8
1 file changed
build/nacos_client/build.sh
@@ -1,10 +1,12 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
source "$(cd `dirname $0`;pwd)/../common/prepare_dir.sh"
6
source "$(cd `dirname $0`;pwd)/../common/utils_func.sh"
7
source "$(cd `dirname $0`;pwd)/../common/arch_detect.sh"
8
-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
10
11
VERSION="latest"
12
0 commit comments