diff --git a/scripts/ci/test.sh b/scripts/ci/test.sh index aceb4e91..79fea7f0 100755 --- a/scripts/ci/test.sh +++ b/scripts/ci/test.sh @@ -48,9 +48,9 @@ if [ "$ARGV_OPERATING_SYSTEM" == "linux" ]; then ./scripts/build/docker/run-command.sh \ -r "$ARGV_ARCHITECTURE" \ -s "$(pwd)" \ - -c 'xvfb-run --server-args=$XVFB_ARGS make lint test sanity-checks' + -c 'xvfb-run --server-args=$XVFB_ARGS make webpack lint test sanity-checks' else ./scripts/build/check-dependency.sh make export TARGET_ARCH="$ARGV_ARCHITECTURE" - make lint test sanity-checks + make webpack lint test sanity-checks fi