Skip to content

Commit

Permalink
lerna 설정에서 deprecated 된 옵션을 삭제했다.
Browse files Browse the repository at this point in the history
  • Loading branch information
kciter committed Dec 11, 2023
1 parent af6da28 commit 7b757a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"npmClient": "yarn",
"npmClientArgs": ["--frozen-lockfile"],
"ignoreChanges": ["**/stories/**", "**/*.md"],
"packages": ["packages/*"],
"useWorkspaces": true
"packages": ["packages/*"]
}

0 comments on commit 7b757a1

Please sign in to comment.