Skip to content

Commit 9223c0f

Browse files
committed
[bugfix] Correct the 'site' target in the build script
1 parent cec8da2 commit 9223c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "${TARGET}" == "test" ]; then
125125
fi
126126

127127
if [ "${TARGET}" == "site" ]; then
128-
CMD="${BASE_CMD} clean test -Ddependency-check.skip=true"
128+
CMD="${BASE_CMD} clean site -Ddependency-check.skip=true"
129129
$CMD
130130
exit 0;
131131
fi

0 commit comments

Comments
 (0)