diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 69bf8d2..6032a2e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,7 +28,7 @@ jobs: - name: NPM install, build and test run: | - npm install + npm install --force npm run build --if-present npm run test --if-present env: