ci(): run tsc instead of custom script

This commit is contained in:
Ibby Hadeed 2017-06-11 17:26:01 -04:00 committed by GitHub
parent e9283a994d
commit 1d4fc03cba

View File

@ -32,8 +32,8 @@ jobs:
command: npm run lint
- run: bash ./scripts/git/config.sh
- run:
name: Build changed plugins
command: node scripts/ci-tests.js
name: Build Ionic Native
command: ./node_modules/.bin/tsc
- run:
name: Run tests
command: npm test