mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
10 lines
133 B
Bash
Executable File
10 lines
133 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
pkgName="@alilc/lowcode-ignitor"
|
|
|
|
if [ "$1" ]; then
|
|
pkgName="$1"
|
|
fi
|
|
|
|
lerna exec --scope $pkgName -- npm start
|