diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd628bc..6caa068 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,7 @@ jobs: cache: "npm" - run: npm ci + - run: npm run setup - run: npm test - run: npm run build