Skip to content

Commit

Permalink
Added postCreateCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Apr 25, 2019
1 parent 487d01b commit badcb93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"appPort": 3000,
"extensions": [
"ms-vscode.vscode-typescript-tslint-plugin"
]
],
"postCreateCommand": "yarn install"
}
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ One you have this sample opened in a container, you'll be able to work with it l

Some things to try:

1. **Use a Terminal to install needed dependencies:**
1. **Use a Terminal run a command:**
1. Press <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>\`</kbd> to open a terminal window
2. Type `yarn install`
3. The command will run even if you don't have yarn installed locally!
Expand Down Expand Up @@ -43,7 +43,6 @@ Follow these steps to open this sample in a container:
2. Press <kbd>F1</kbd> and select the **Remote-Container: Open Folder in Container...** command.
3. Select the cloned copy of this folder, wait for the container to start, and try things out!

3. Press <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>\`</kbd> to open a terminal window and run `yarn install`

## Contributing

Expand Down

0 comments on commit badcb93

Please sign in to comment.