Skip to content

Commit e385622

Browse files
committed
Fix identification of vite recipes
1 parent feb77dc commit e385622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/single_example.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
export TYPE=$1
1313
export EXAMPLE=$2
1414

15-
if [ $EXAMPLE == "vanilla_vite" ]; then
15+
if [ $EXAMPLE =~ vite ]; then
1616
export PORT=5173
1717
export SERVE_CMD="npm run dev"
1818
else

0 commit comments

Comments
 (0)