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