From 2ffecbeeffc2bfc29d754de27321a5dfd929d36c Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 24 Jan 2017 13:46:53 -0700 Subject: [PATCH] Removed build step, is already done via postinstall hook --- circle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/circle.yml b/circle.yml index f7f6aa098..330f3e4ef 100644 --- a/circle.yml +++ b/circle.yml @@ -10,7 +10,6 @@ test: - npm run lint - ./bin/cli settings init - MOCHA_FILE=$CIRCLE_TEST_REPORTS/junit/test-results.xml ./node_modules/.bin/mocha tests --reporter mocha-junit-reporter - - npm run build deployment: release: