Skip to content

Commit 86b28d4

Browse files
committed
fixed example + added it to the build
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
1 parent 4177f41 commit 86b28d4

5 files changed

Lines changed: 3764 additions & 4 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ before_install:
77
cache:
88
directories:
99
- node_modules
10+
- example/node_modules
11+
install:
12+
- npm install
13+
- cd example
14+
- npm install

0 commit comments

Comments
 (0)