diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 846c148..e09c037 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,8 +18,6 @@ jobs: node-version: ${{ matrix.node-version }} registry-url: "https://registry.npmjs.org" - run: npm ci - - run: npm run lint - - run: npm run coverage - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}