Skip to content

Commit

Permalink
fix: publish include wrong sourcemap (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 18, 2023
1 parent 5cc5f26 commit 17ca417
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 17ca417

Please sign in to comment.