mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
This reverts commit 44d0f0b246c6b92af9c8c5d4d019286568d434ad, reversing changes made to d282a375425435e7e292ab0f819141b6e50f541d.
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
|