chore: enable Gitpod (#2335)

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
This commit is contained in:
ylemkimon
2020-08-03 22:18:18 +09:00
committed by GitHub
parent f97c5454f8
commit 1263681563
3 changed files with 23 additions and 0 deletions

19
.gitpod.yml Normal file
View File

@@ -0,0 +1,19 @@
tasks:
- init: yarn install
command: yarn start --sockPort 443
- openMode: split-right
command: echo "Run 'yarn test' to run tests."
ports:
- port: 7936
onOpen: open-preview
github:
# https://www.gitpod.io/docs/prebuilds/#configure-prebuilds
prebuilds:
pullRequestsFromForks: true
vscode:
extensions:
- dbaeumer.vscode-eslint@2.1.5:9Wg0Glx/TwD8ElFBg+FKcQ==
- flowtype.flow-for-vscode@1.5.0:AwOT6wgHTF43loZQCAUMLA==