We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9ae2f commit 4546d39Copy full SHA for 4546d39
docs/project/SETUP.md
@@ -58,7 +58,7 @@ Execute `npm install` on each of the projects to grab their dependencies.
58
59
### Verify Things are O.K.
60
61
-Execute `grunt` on each project. Things should be fine.
+Execute `npm run all` on each project. Things should be fine.
62
63
64
## Setup via Script
docs/project/setup.sh
@@ -19,23 +19,20 @@ echo setup diagram-js
19
20
cd $base/diagram-js
21
npm install
22
-npm link
23
24
25
echo setup bpmn-moddle
26
27
cd $base/bpmn-moddle
28
29
30
31
32
echo setup bpmn-js
33
34
cd $base/bpmn-js
35
36
-npm link diagram-js
37
-npm link bpmn-moddle
38
+npm link ../diagram-js
+npm link ../bpmn-moddle
39
40
41
cd $base
0 commit comments