We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb77dc commit e385622Copy full SHA for e385622
ci/single_example.sh
@@ -12,7 +12,7 @@ fi
12
export TYPE=$1
13
export EXAMPLE=$2
14
15
-if [ $EXAMPLE == "vanilla_vite" ]; then
+if [ $EXAMPLE =~ vite ]; then
16
export PORT=5173
17
export SERVE_CMD="npm run dev"
18
else
0 commit comments