Skip to content

Commit

Permalink
feat: Create a specific folder under packages for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Sep 28, 2018
1 parent 3c480dc commit 9af8d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"ignoreChanges": ["*.npmrc"]
}
},
"packages": ["packages/*"],
"packages": ["packages/cli", "packages/e2e", "packages/templates/*"],
"version": "0.3.1"
}

0 comments on commit 9af8d8e

Please sign in to comment.