Skip to content

Commit

Permalink
(chore) Add files array to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Oct 2, 2023
1 parent 1b4cc60 commit c3605bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
"browserslist": [
"extends browserslist-config-openmrs"
],
"files": [
"dist",
"src"
],
"husky": {
"hooks": {
"pre-commit": "yarn run prettier && yarn run lint",
Expand Down

0 comments on commit c3605bc

Please sign in to comment.