diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c10309d..8efab68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,8 +60,9 @@ jobs: - name: Run tests run: xvfb-run npm test - - name: Run build - run: npm run build + # Building the docs also builds the core library + - name: Build everything + run: npm run docs:build - name: Upload build artifacts env: