Skip to content

Commit

Permalink
Update Gitpod and VSCode config
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Oct 29, 2021
1 parent 102293e commit 970f941
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
tasks:
- init: nvm i && yarn && yarn lerna run prepare
command: nvm i && yarn start
- init: |
npm install --global @microsoft/rush && rush install && rush build --to-except bemuse
command: |
rush dev
3 changes: 3 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"label": "Run Bemuse development server",
"type": "npm",
"script": "start",
"options": {
"cwd": "${workspaceFolder}/bemuse"
},
"group": {
"kind": "build",
"isDefault": true
Expand Down
6 changes: 6 additions & 0 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
"summary": "Run test.",
"enableParallelism": true,
"allowWarningsInSuccessfulBuild": true
},
{
"name": "dev",
"commandKind": "global",
"summary": "Run development server.",
"shellCommand": "cd bemuse && npm start"
}
// {
// /**
Expand Down

0 comments on commit 970f941

Please sign in to comment.