Browse Source

Merge branch 'circleci_npm'

Daniel Lee 10 years ago
parent
commit
2114cbcf0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      circle.yml

+ 1 - 0
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