diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 230dbc43..120f4b2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,4 +22,6 @@ jobs: run: npm install -f - name: Build the project + env: + CI: false run: npm run build