Skip to content

Commit

Permalink
ci(gitpod config): change gitpod task command
Browse files Browse the repository at this point in the history
  • Loading branch information
innocces committed Jul 1, 2021
1 parent 8ec154a commit 1712d31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
tasks:
- init: yarn bootstrap
- name: dependencies
init: |
yarn global add lerna
yarn bootstrap
- name: dev server
command: yarn start

ports:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $ yarn
$ yarn start
```

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

## 交流讨论
Expand Down

0 comments on commit 1712d31

Please sign in to comment.