Skip to content

Commit

Permalink
Put in yarn workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
untsamphan committed Jun 13, 2018
1 parent 5bd4cdc commit cc9862e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"private": true,
"name": "cra-ts-monorepo-example",
"workspaces": [
"webapp",
"packages/*"
]
}
File renamed without changes.

0 comments on commit cc9862e

Please sign in to comment.