From ea08f603f5cd7c9e10701c22792356fdbfe46def Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 23 Jan 2018 11:28:27 +0000 Subject: [PATCH] Add build command before demos --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0c07f307cd..c14dc9c024 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ script: - npm run lint - npm test - npm run style + - npm run build - node ./demo/demo1.js - node ./demo/demo2.js - node ./demo/demo3.js