File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2828 "start" : " ./scripts/start.sh" ,
2929 "test" : " lerna run test --stream" ,
3030 "test:snapshot" : " lerna run test:snapshot" ,
31- "watchdog:build" : " node ./scripts/watchdog.js"
31+ "watchdog:build" : " node ./scripts/watchdog.js" ,
32+ "sync" : " ./scripts/sync.sh"
3233 },
3334 "husky" : {
3435 "hooks" : {
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ # sync all packages to alibaba intranet registry
4+ tnpm sync @alilc/lowcode-types
5+ tnpm sync @alilc/lowcode-utils
6+ tnpm sync @alilc/lowcode-shell
7+ tnpm sync @alilc/lowcode-editor-core
8+ tnpm sync @alilc/lowcode-editor-skeleton
9+ tnpm sync @alilc/lowcode-designer
10+ tnpm sync @alilc/lowcode-plugin-designer
11+ tnpm sync @alilc/lowcode-plugin-outline-pane
12+ tnpm sync @alilc/lowcode-rax-renderer
13+ tnpm sync @alilc/lowcode-rax-simulator-renderer
14+ tnpm sync @alilc/lowcode-react-renderer
15+ tnpm sync @alilc/lowcode-react-simulator-renderer
16+ tnpm sync @alilc/lowcode-renderer-core
17+ tnpm sync @alilc/lowcode-engine
You can’t perform that action at this time.
0 commit comments