Skip to content

Commit fb3763c

Browse files
committed
[bugfix] Correct the 'site' target in the Windows build script
1 parent 71bd5bb commit fb3763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if "%TARGET%"=="quick" (
9595
) else if "%TARGET%"=="test" (
9696
set "CMD=%BASE_CMD% clean test -Ddependency-check.skip=true"
9797
) else if "%TARGET%"=="site" (
98-
set "CMD=%BASE_CMD% clean test -Ddependency-check.skip=true"
98+
set "CMD=%BASE_CMD% clean site -Ddependency-check.skip=true"
9999
) else if "%TARGET%"=="license-check" (
100100
set "CMD=%BASE_CMD% license:check"
101101
) else if "%TARGET%"=="license-format" (

0 commit comments

Comments
 (0)