Skip to content

Commit

Permalink
chore: add schemas package
Browse files Browse the repository at this point in the history
  • Loading branch information
shavinac committed Mar 28, 2022
1 parent 582b88a commit bfa3946
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["app"],
"packages": ["app", "schemas"],
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"lerna": "^4.0.0"
},
"workspaces": [
"app"
"app",
"schemas"
]
}
1 change: 1 addition & 0 deletions schemas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Ceramic Schemas and Data Models

0 comments on commit bfa3946

Please sign in to comment.