Added postCreateCommand

This commit is contained in:
Chuck Lantz
2019-04-25 10:24:38 -07:00
parent 487d01bec0
commit badcb93364
2 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,6 @@
"appPort": 3000,
"extensions": [
"ms-vscode.vscode-typescript-tslint-plugin"
]
],
"postCreateCommand": "yarn install"
}