Skip to content

Commit

Permalink
fix: include src folder in build
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Dec 4, 2022
1 parent 4e8eabc commit a93514d
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-esm/index.d.ts",
"files": [
"lib",
"lib-esm"
"lib-esm",
"src"
],
"scripts": {
"build": "npm run clean && npm run build-ts",
Expand Down

0 comments on commit a93514d

Please sign in to comment.