diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b71348..22623f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,6 @@ jobs: - name: Lint files run: npm run lint - name: Build bundle - run: npm run build + run: npm run compile - name: Run unit tests run: npm test