mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
10 lines
341 B
Bash
Executable File
10 lines
341 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# FIXME! do not 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-react-renderer -- npm build
|
|
lerna exec --scope @ali/lowcode-ignitor -- npm start
|
|
# lerna exec --scope @ali/lowcode-demo -- npm start
|