chore(project): clarify setup

This commit is contained in:
Nico Rehwaldt 2016-09-01 10:17:50 +02:00
parent 3d9ae2fcfb
commit 4546d39d92
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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