Skip to content

Commit

Permalink
Merge pull request #430 from phase2/issue/NT-gitpod
Browse files Browse the repository at this point in the history
fix: gitpod setup
  • Loading branch information
himerus authored Jan 9, 2024
2 parents 1936c8b + 83ba872 commit a37a2af
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ image:

tasks:
- init: |
yarn
nvm install
yarn
command: |
yarn start
Expand All @@ -13,30 +13,11 @@ vscode:
- bradlc.vscode-tailwindcss
- pranaygp.vscode-css-peek
- runem.lit-plugin
- silvenon.mdx
- unifiedjs.vscode-mdx
- streetsidesoftware.code-spell-checker

ports:
# Used by Storybook
- port: 6042
onOpen: open-preview
visibility: public

github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
addCheck: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: false
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: true
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: true

0 comments on commit a37a2af

Please sign in to comment.