update start sh

This commit is contained in:
kangwei 2020-04-26 00:17:53 +08:00
parent 7f0ceafff8
commit c5f95c5316
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"commit": "git-cz",
"pub": "lerna publish --cd-version patch",
"setup": "./scripts/setup.sh",
"start": "lerna exec --scope @ali/lowcode-vision-polyfill -- npm start",
"start": "./scripts/start.sh",
"test": "lerna run test --stream",
"test:snapshot": "lerna run test:snapshot"
},

View File

@ -2,4 +2,4 @@
# FIXME! do not run build
lerna exec --scope @ali/lowcode-react-renderer -- npm run build
lerna exec --scope @ali/lowcode-demo -- npm start
lerna exec --scope @ali/lowcode-vision-polyfill -- npm start