diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5f56db3ad..3bb9036f2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -42,6 +42,7 @@ jobs: - name: Build run: | startClient=`date +%s` + npm run build:server npm run build:client endClient=`date +%s` clientBuildTime=$((endClient-startClient))