From 979807feeecdf3de1d521791b1f5b8f819723dd7 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Tue, 26 Jan 2016 20:44:24 +0100 Subject: [PATCH] fix(circleci): deletes node_modules before npm install --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 71fa0013122..a3280ae18e5 100644 --- a/circle.yml +++ b/circle.yml @@ -12,6 +12,7 @@ dependencies: - mkdir -p ${GOPATH}/src/${ORG_PATH} - ln -s ~/grafana ${GOPATH}/src/${ORG_PATH} - go get github.com/tools/godep + - rm -rf node_modules - npm install -g npm - npm install