mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-02 12:13:42 +00:00
docs(project): add integration tests to setup script
This commit is contained in:
parent
e487d6d811
commit
680c111cc2
@ -13,6 +13,7 @@ git clone git@github.com:bpmn-io/diagram-js-direct-editing.git
|
||||
git clone git@github.com:bpmn-io/moddle.git
|
||||
git clone git@github.com:bpmn-io/moddle-xml.git
|
||||
git clone git@github.com:bpmn-io/bpmn-js.git
|
||||
git clone git@github.com:bpmn-io/bpmn-js-integration.git
|
||||
git clone git@github.com:bpmn-io/bpmn-js-cli.git
|
||||
git clone git@github.com:bpmn-io/bpmn-moddle.git
|
||||
git clone git@github.com:bpmn-io/ids.git
|
||||
@ -88,6 +89,15 @@ npm link
|
||||
cd $base/bpmn-js
|
||||
npm link bpmn-js-cli
|
||||
|
||||
|
||||
echo setup bpmn-js-integration
|
||||
|
||||
cd $base/bpmn-js-integration
|
||||
npm install
|
||||
npm link bpmn-js
|
||||
npm link bpmn-js-cli
|
||||
npm link bpmn-moddle
|
||||
|
||||
cd $base
|
||||
|
||||
echo all done.
|
||||
|
Loading…
x
Reference in New Issue
Block a user