Przeglądaj źródła

fix(circleci): deletes node_modules before npm install

Daniel Lee 10 lat temu
rodzic
commit
979807feee
1 zmienionych plików z 1 dodań i 0 usunięć
  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