diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ceafe88..5d18216 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,13 +18,13 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci + run: npm install - name: Build run: npm run build - name: Run tests - run: npm test --if-present + run: npm test - name: Run lint - run: npm run lint --if-present + run: npm run lint