diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74113c55b84..09d3ac85f39 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,6 +16,8 @@ jobs: node-version: 14 - name: Install dependencies run: npm ci --ignore-scripts + - name: Build artefacts + run: npm run build - name: List run: ls - name: Upload file to bucket