From d60fc90545b10a8ed0c179081165cb9447b68c1d Mon Sep 17 00:00:00 2001 From: Denis Tokarev Date: Thu, 21 Aug 2025 00:47:39 +1000 Subject: [PATCH] Fix #72: include source maps in npm releases --- .github/workflows/release.yml | 5 +++++ package.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ad6054..20554f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,11 @@ jobs: run: npm ci --ignore-scripts - name: Run tests run: npm run test:ci + - name: Report coverage + uses: qltysh/qlty-action/coverage@v2 + with: + token: '{{secrets.QLTY_COVERAGE_TOKEN}}' + files: coverage/lcov.info - name: Upload coverage uses: actions/upload-artifact@v4 with: diff --git a/package.json b/package.json index 9858255..91526c7 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,8 @@ "docs", "LICENSE", "dist/*.js", - "dist/*.d.ts" + "dist/*.d.ts", + "dist/*.map" ], "funding": { "type": "individual",