chore: update script

This commit is contained in:
Yanyan-Wang 2021-05-19 19:02:55 +08:00 committed by Yanyan Wang
parent 5dff8b718f
commit 23c55ff885

View File

@ -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",