mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(circleci): deletes node_modules before npm install
This commit is contained in:
parent
ab4d020212
commit
979807feee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user