Skip to content

Commit

Permalink
chore(tools): bootstrap nx workpsace-tools and create workspace gener…
Browse files Browse the repository at this point in the history
…ator
  • Loading branch information
Hotell committed May 14, 2021
1 parent 6f5eb94 commit a82fe97
Show file tree
Hide file tree
Showing 21 changed files with 820 additions and 401 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ gitignore
*.svg
*.txt
*.mdx
.gitkeep
*__tmpl__
*__template__

# template files which actually follow a different language's formatting
*.hbs
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
projects: ['<rootDir>/packages/react-menu', '<rootDir>/packages/react-storybook'],
projects: ['<rootDir>/tools', '<rootDir>/packages/react-menu', '<rootDir>/packages/react-storybook'],
};
Loading

0 comments on commit a82fe97

Please sign in to comment.