diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed9aa92..3bfae44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,9 @@ jobs: - name: Install Dependencies run: npm ci + - name: Build + run: npm run build + - name: Lint run: npm run lint