Sfoglia il codice sorgente

Merge branch 'circleci_npm'

Daniel Lee 10 anni fa
parent
commit
2114cbcf0b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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