Skip to content

Commit

Permalink
chore(package): add apps packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagith committed Feb 1, 2025
1 parent c02cc3d commit 49c6f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": ["packages/*"],
"packages": ["packages/*", "apps/*"],
"npmClient": "pnpm",
"version": "0.2.0-rc.0",
"conventionalCommits": true,
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages:
- "packages/**"
- "apps/**"

0 comments on commit 49c6f43

Please sign in to comment.