diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aefc98c..e7951c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,6 @@ jobs: - name: npm install, build and test run: | - npm install + npm install --force npm run lint npm test