diff --git a/circle.yml b/circle.yml index e1078ed7f..7b1f2db11 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