diff --git a/.gitea/workflows/publishToNpm.yaml b/.gitea/workflows/publishToNpm.yaml index 41b50bd..ad1e230 100644 --- a/.gitea/workflows/publishToNpm.yaml +++ b/.gitea/workflows/publishToNpm.yaml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: npm ci - name: Run Biome - run: biome ci . + run: npm run quality-check publish: runs-on: ubuntu-latest diff --git a/package.json b/package.json index 0d1b38a..4c8ee6a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "scripts": { "build": "tsc && rollup -c && npm run cleanup-intermediate", "prepare": "npm run build", - "cleanup-intermediate": "rimraf dist/main.js dist/types" + "cleanup-intermediate": "rimraf dist/main.js dist/types", + "quality-check": "biome ci ." }, "repository": { "type": "git",