mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 05:09:07 +08:00
chore: update script
This commit is contained in:
parent
5dff8b718f
commit
23c55ff885
@ -16,7 +16,7 @@
|
||||
"build:g6": "cd ./packages/g6 && npm run build",
|
||||
"build:react-node": "cd ./packages/react-node && npm run build",
|
||||
"build:mobile": "cd ./packages/mobile && npm run build",
|
||||
"build:all": "npm run build:core && npm run build:element && npm run build:plugin && npm run build:pc && npm run build:g6 && build:mobile",
|
||||
"build:all": "npm run build:core && npm run build:element && npm run build:plugin && npm run build:pc && npm run build:g6 && npm run build:mobile",
|
||||
"lint:core": "cd ./packages/core && npm run lint",
|
||||
"lint:element": "cd ./packages/element && npm run lint",
|
||||
"lint:plugin": "cd ./packages/plugin && npm run lint",
|
||||
|
Loading…
Reference in New Issue
Block a user