提交 71d7e97d 编写于 作者: M Matt Bierner

Add language to code blocks

上级 5661a5a5
......@@ -2,7 +2,7 @@
### Run
```
```bash
# Dev
yarn smoketest
......@@ -14,7 +14,7 @@ yarn smoketest --build PATH_TO_BUILD
You must always run the smoketest version which matches the release you are testing. So, if you want to run the smoketest for a release build (eg `release/1.22`), you need that version of the smoke tests too:
```
```bash
git checkout release/1.22
yarn
yarn smoketest --build PATH_TO_RELEASE_BUILD
......@@ -30,7 +30,7 @@ yarn smoketest --build PATH_TO_RELEASE_BUILD
Start a watch task in `test/smoke`:
```
```bash
cd test/smoke
yarn watch
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册