Skip to content

Commit 07d98bb

Browse files
Climier-codegolony6449
authored andcommitted
feat: apply monorepo (yarn workspace)
1 parent 0079093 commit 07d98bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"private": true,
3+
"workspaces": ["frontend"],
4+
"scripts": {
5+
"frontend": "yarn workspace frontend"
6+
}
7+
}

0 commit comments

Comments
 (0)