diff --git a/.github/workflows/ci-verify-outputs.yml b/.github/workflows/ci-verify-outputs.yml index 87b2458..ba94d10 100644 --- a/.github/workflows/ci-verify-outputs.yml +++ b/.github/workflows/ci-verify-outputs.yml @@ -19,7 +19,7 @@ jobs: - name: Build run: | npm install - npm run all + npm run build - name: Compare the expected and actual dist/ directories run: |