From a1ff059e90acd878dd9bdb28d51040451cf27054 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 28 Mar 2017 19:37:05 -0400 Subject: [PATCH] try building --- circle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index e1078ed7..7b1f2db1 100644 --- a/circle.yml +++ b/circle.yml @@ -12,7 +12,9 @@ jobs: - run: name: Install node modules command: npm i - deployDocs: + - run: npm run build + update_docs: + machine: true working_directory: ~/ionic-native/ docker: - image: node:7