mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-18 21:38:14 +00:00
update start sh
This commit is contained in:
parent
7f0ceafff8
commit
c5f95c5316
@ -15,7 +15,7 @@
|
|||||||
"commit": "git-cz",
|
"commit": "git-cz",
|
||||||
"pub": "lerna publish --cd-version patch",
|
"pub": "lerna publish --cd-version patch",
|
||||||
"setup": "./scripts/setup.sh",
|
"setup": "./scripts/setup.sh",
|
||||||
"start": "lerna exec --scope @ali/lowcode-vision-polyfill -- npm start",
|
"start": "./scripts/start.sh",
|
||||||
"test": "lerna run test --stream",
|
"test": "lerna run test --stream",
|
||||||
"test:snapshot": "lerna run test:snapshot"
|
"test:snapshot": "lerna run test:snapshot"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
# FIXME! do not run build
|
# FIXME! do not run build
|
||||||
lerna exec --scope @ali/lowcode-react-renderer -- npm 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user