diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8eef37..56e726e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14.x - - run: npm ci + - run: npm ci --verbose || npm install - run: npm run build - run: npm run types - run: npm test