Add build command before demos

This commit is contained in:
Dolan
2018-01-23 11:28:27 +00:00
committed by GitHub
parent fa2f1235f7
commit ea08f603f5

View File

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