Skip to content

Commit

Permalink
feat: Add schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
fjodor-rybakov committed May 1, 2022
1 parent 4e4c7ce commit 21bb173
Show file tree
Hide file tree
Showing 38 changed files with 1,645 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
dist
.env
packages/sample/**/.env
.idea
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"npmClient": "npm",
"packages": [
"packages/**/*"
"packages/*",
"packages/sample/*"
],
"command": {
"bootstrap": {
Expand Down
Loading

0 comments on commit 21bb173

Please sign in to comment.