Skip to content

Commit

Permalink
fix: publish src folder for react-scripts source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilp authored Nov 1, 2023
1 parent b7f8adf commit 02df713
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 @@ -7,7 +7,8 @@
"types": "lib-es/src/index.d.ts",
"files": [
"lib/src",
"lib-es/src"
"lib-es/src",
"src"
],
"scripts": {
"build": "npm run clean && npm run build:ts",
Expand Down

0 comments on commit 02df713

Please sign in to comment.