Skip to content

Commit

Permalink
Merge pull request #1186 from yaacov/dont-compile-stories-on-build
Browse files Browse the repository at this point in the history
:cleanup: Dont compile storiebook files when building the common package
  • Loading branch information
yaacov authored Jun 3, 2024
2 parents 45e79a7 + dd5a030 commit 35a0d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},

"include": ["./src/**/*"],
"exclude": ["./src/components-stories/**/*", "./src/components-stories/*"],

"ts-node": {
"files": true,
Expand Down

0 comments on commit 35a0d8c

Please sign in to comment.