Skip to content

Commit

Permalink
fix: remove sourcemaps (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa authored Dec 17, 2024
1 parent 4e6eca1 commit c326c4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
token: ${{ secrets.MIME_RELEASE_PLEASE_TOKEN }}
release-type: node

- run: echo "Release created?... ${{ steps.release.outputs.release_created }}"

# Steps below handle publication to NPM

- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v4
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"outDir": "./dist",
"removeComments": true,
"strict": true,
"sourceMap": true,
"target": "ES2020"
}
}

0 comments on commit c326c4e

Please sign in to comment.