mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-13 12:13:10 +00:00
6 lines
161 B
Bash
Executable File
6 lines
161 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# FIXME! do not run build
|
|
lerna exec --scope @ali/lowcode-react-renderer -- npm run build
|
|
lerna exec --scope @ali/lowcode-demo -- npm start
|