fix(devSetup): build bpmn-moddle in context of devSetup

* This will ensure that `npm run start` actually works after executing the setup script
This commit is contained in:
MaxTru 2022-03-01 13:37:32 +01:00 committed by GitHub
parent 05b7f775b0
commit 2e9f04aa86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ echo setup bpmn-moddle
cd $base/bpmn-moddle
npm install
npm run build
echo setup bpmn-js