소스 검색

Merge branch 'circleci_npm'

Daniel Lee 10 년 전
부모
커밋
2114cbcf0b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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