Skip to content

Commit

Permalink
Remove Lerna commands
Browse files Browse the repository at this point in the history
  • Loading branch information
daradermody committed Nov 20, 2024
1 parent fbe1efb commit ad0c483
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ A React toolkit for graph analysis based on G6
To set up the repo, run the following commands:
```shell
yarn
yarn bootstrap:ci
```
To publish, run the following commands for the package you want to publish (`graphin-icons`, `graphin`, `graphin-components`):
```shell
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"docs:deploy": "gh-pages -d dist",
"docs:deploy-2": "gh-pages -d ./dist -r https://github.com/antvis/graphin-docs.git",
"remove:deps": "rm -rf packages/graphin/node_modules/antd && rm -rf packages/graphin/node_modules/@ant-design/icons && rm -rf packages/graphin-components/node_modules/antd && rm -rf packages/graphin-components/node_modules/@ant-design/icons && rm -rf packages/graphin-icons/node_modules/@ant-design/icons && rm -rf packages/graphin-icons/node_modules/antd && rm -rf packages/dumi-theme-graphin/node_modules/@ant-design/icons && rm -rf packages/dumi-theme-graphin/node_modules/antd",
"bootstrap:ci": "lerna bootstrap --ignore @antv/graphin-studio --ignore graphin-site --ignore @antv/graphin-graphscope",
"build": "lerna run build",
"contributor": "git-contributor",
"clean": "lerna clean && npm run rm-package-lock",
Expand Down

0 comments on commit ad0c483

Please sign in to comment.