Docs: Add Volta to Grafana dev setup instructions (#35064)

* Chore: update developer guide to use Volta

* Chore: Fix Volta config

* Chore: Add volta config to each workspace

* Chore: Add volta config to each workspace

* Apply suggestions from code review

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

* Update contribute/developer-guide.md

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
Giordano Ricci
2021-06-02 09:08:38 +01:00
committed by GitHub
parent 8afb15296a
commit 13cf6a3e00
11 changed files with 35 additions and 10 deletions

View File

@@ -41,5 +41,8 @@
"recompose": "^0.25.0",
"tinycolor2": "1.4.1",
"tween-functions": "^1.2.0"
},
"volta": {
"extends": "../../package.json"
}
}