lowcode-engine/scripts/start.sh

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