diff --git a/Makefile b/Makefile index 91f91395ce..b0b001d862 100644 --- a/Makefile +++ b/Makefile @@ -69,5 +69,6 @@ run-dev: ${BINARY} clean: if [ -f ${BINARY} ] ; then rm ${BINARY} ; fi cd ui && npm run clean + cd ui && rm -rf node_modules .PHONY: clean test jstest gotest run diff --git a/circle.yml b/circle.yml index c63488b3c0..dbef350602 100644 --- a/circle.yml +++ b/circle.yml @@ -13,6 +13,8 @@ dependencies: - git config --global url."git@github.com:".insteadOf "https://github.com/" - mkdir -p ${HOME}/.go_workspace/src/github.com/influxdata - ln -sf ${HOME}/chronograf ${HOME}/.go_workspace/src/github.com/influxdata + - "make clean": + pwd: ../.go_workspace/src/github.com/influxdata/chronograf - "make": pwd: ../.go_workspace/src/github.com/influxdata/chronograf