diff --git a/.github/workflows/Continues Integration.yaml b/.github/workflows/Continues Integration.yaml index 4a80949..24bd9ec 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -44,6 +44,8 @@ jobs: with: key: node_modules + - run: ls + - name: Build sources run: npm run build:dev