Parcourir la source

Update building_from_source.md

corrected build instructions, #10532
Torkel Ödegaard il y a 8 ans
Parent
commit
c4c0e7934b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/sources/project/building_from_source.md

+ 1 - 1
docs/sources/project/building_from_source.md

@@ -57,7 +57,7 @@ For this you need nodejs (v.6+).
 ```bash
 npm install -g yarn
 yarn install --pure-lockfile
-npm run build
+npm run watch
 ```
 
 ## Running Grafana Locally