diff --git a/.github/workflows/ci-verify-outputs.yml b/.github/workflows/ci-verify-outputs.yml index 87b24580..ba94d108 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: |