mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
8 lines
293 B
Bash
Executable File
8 lines
293 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# FIXME! do not run build
|
|
lerna exec --scope @ali/lowcode-datasource-engine -- npm run build
|
|
lerna exec --scope @ali/lowcode-rax-renderer -- npm run build
|
|
lerna exec --scope @ali/lowcode-react-renderer -- npm run build
|
|
lerna exec --scope @ali/lowcode-ignitor -- npm start
|