浏览代码

Docs: Minor Readme update (#18438)

Dominik Prokop 6 年之前
父节点
当前提交
6b293cd4e4
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -50,6 +50,11 @@ make run
 ```
 ```
 
 
 #### Frontend
 #### Frontend
+Install front-end dependencies first:
+
+```bash
+yarn install --pure-lockfile
+```
 
 
 Rebuild on file change, and serve them by Grafana's webserver (http://localhost:3000):
 Rebuild on file change, and serve them by Grafana's webserver (http://localhost:3000):
 
 
@@ -165,7 +170,7 @@ Follow the instructions in `./devenv` to spin up test containers running the app
 GRAFANA_TEST_DB=mysql go test ./pkg/services/sqlstore/...
 GRAFANA_TEST_DB=mysql go test ./pkg/services/sqlstore/...
 
 
 # Or run all the packages using the circle CI scripts. This method will be slower as the scripts will run all the tests, including the integration tests.
 # Or run all the packages using the circle CI scripts. This method will be slower as the scripts will run all the tests, including the integration tests.
-./scripts/circle-test-mysql.sh 
+./scripts/circle-test-mysql.sh
 ```
 ```
 
 
 ```bash
 ```bash