ci(): build core before compiling ionic native

This commit is contained in:
Ibby Hadeed 2017-06-11 17:29:03 -04:00 committed by GitHub
parent 1d4fc03cba
commit 2ebfa46437

View File

@ -33,7 +33,7 @@ jobs:
- run: bash ./scripts/git/config.sh
- run:
name: Build Ionic Native
command: ./node_modules/.bin/tsc
command: npm run build:core && ./node_modules/.bin/tsc
- run:
name: Run tests
command: npm test