Skip to content

Commit 1712d31

Browse files
committed
ci(gitpod config): change gitpod task command
1 parent 8ec154a commit 1712d31

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitpod.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
tasks:
2-
- init: yarn bootstrap
2+
- name: dependencies
3+
init: |
4+
yarn global add lerna
5+
yarn bootstrap
6+
- name: dev server
37
command: yarn start
48

59
ports:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $ yarn
6868
$ yarn start
6969
```
7070

71-
会自动打开浏览器 - [http://localhost:12345](http://localhost:12345)
71+
打开浏览器 - [http://localhost:12345](http://localhost:12345)
7272
更多贡献详情见[官网文档](https://innocces.github.io/taro-hooks)
7373

7474
## 交流讨论

0 commit comments

Comments
 (0)