Skip to content

Commit

Permalink
chore: update lerna config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 10, 2023
1 parent 38e78b8 commit 043a23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.21.2",
"packages": ["themes/**", "core", "merge", "www"]
"packages": ["themes/**", "extensions/**", "core", "merge", "www"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prepare": "husky install",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,json}'",
"remove": "npm run clean && lerna exec \"rm -rf package-lock.json\" --scope @uiw/* --scope website",
"remove": "npm run clean && lerna exec \"rm -rf package-lock.json cjs esm lib\" --scope @uiw/* --scope website --scope react-codemirror-merge",
"clean": "lerna clean --yes"
},
"workspaces": [
Expand Down

0 comments on commit 043a23c

Please sign in to comment.