Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek committed Aug 30, 2024
1 parent 0bd65d1 commit 04ef91a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/jest.config.[jt]s"
"!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
"!{projectRoot}/.storybook/**/*",
"!{projectRoot}/tsconfig.storybook.json"
],
"sharedGlobals": []
},
Expand Down

0 comments on commit 04ef91a

Please sign in to comment.