diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 1e0792d4..88bf9fe7 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -45,6 +45,9 @@ jobs: - name: Install Dependencies run: yarn install --frozen-lockfile + - name: Run Build + run: yarn build + - name: Run Linting Checks run: yarn lint @@ -60,4 +63,3 @@ jobs: needs: [documentation, lint-test] steps: - run: exit 0 -