Skip to content

Commit

Permalink
chore: update lerna config, enabled npm workspace (#861)
Browse files Browse the repository at this point in the history

Co-authored-by: maslow <wangfugen@126.com>
  • Loading branch information
zimtsui and maslow authored Mar 6, 2023
1 parent d1fb07c commit d491ddd
Show file tree
Hide file tree
Showing 3 changed files with 56,413 additions and 11,541 deletions.
11 changes: 2 additions & 9 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"packages": [
"./packages/*",
"./docs",
"./server",
"./web",
"./runtimes/nodejs",
"./cli"
],
"version": "1.0.0-beta.3",
"useWorkspaces": true,
"command": {
"publish": {
"ignoreChanges": [
Expand All @@ -19,4 +12,4 @@
]
}
}
}
}
Loading

0 comments on commit d491ddd

Please sign in to comment.