chore(project): clarify setup
This commit is contained in:
parent
3d9ae2fcfb
commit
4546d39d92
|
@ -58,7 +58,7 @@ Execute `npm install` on each of the projects to grab their dependencies.
|
|||
|
||||
### Verify Things are O.K.
|
||||
|
||||
Execute `grunt` on each project. Things should be fine.
|
||||
Execute `npm run all` on each project. Things should be fine.
|
||||
|
||||
|
||||
## Setup via Script
|
||||
|
|
|
@ -19,23 +19,20 @@ echo setup diagram-js
|
|||
|
||||
cd $base/diagram-js
|
||||
npm install
|
||||
npm link
|
||||
|
||||
|
||||
echo setup bpmn-moddle
|
||||
|
||||
cd $base/bpmn-moddle
|
||||
npm install
|
||||
npm link
|
||||
|
||||
|
||||
echo setup bpmn-js
|
||||
|
||||
cd $base/bpmn-js
|
||||
npm install
|
||||
npm link diagram-js
|
||||
npm link bpmn-moddle
|
||||
npm link
|
||||
npm link ../diagram-js
|
||||
npm link ../bpmn-moddle
|
||||
|
||||
|
||||
cd $base
|
||||
|
|
Loading…
Reference in New Issue