Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
add build.ci.sh changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengum committed Oct 2, 2018
1 parent fcc5a3a commit bcfbb43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.ci.sh
Expand Up @@ -15,6 +15,10 @@ main() {
(
set -e
npm install
npm install -g typescript
cd packages/LUISGen/tests/LUISGenTestJS/
npm install
cd ../../../../
npm run build
npm run coveralls
npm run tslint
Expand Down

0 comments on commit bcfbb43

Please sign in to comment.