We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bd5bb commit fb3763cCopy full SHA for fb3763c
build.bat
@@ -95,7 +95,7 @@ if "%TARGET%"=="quick" (
95
) else if "%TARGET%"=="test" (
96
set "CMD=%BASE_CMD% clean test -Ddependency-check.skip=true"
97
) else if "%TARGET%"=="site" (
98
- set "CMD=%BASE_CMD% clean test -Ddependency-check.skip=true"
+ set "CMD=%BASE_CMD% clean site -Ddependency-check.skip=true"
99
) else if "%TARGET%"=="license-check" (
100
set "CMD=%BASE_CMD% license:check"
101
) else if "%TARGET%"=="license-format" (
0 commit comments