From 1d4fc03cbaa091e463911e804a82563f73b28e5f Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Sun, 11 Jun 2017 17:26:01 -0400 Subject: [PATCH] ci(): run tsc instead of custom script --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index c30eb2132..7ca540a99 100644 --- a/circle.yml +++ b/circle.yml @@ -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