1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 15:37:24 +00:00

Merge pull request #261 from bmiddha/github_actions

Added GitHub Actions CI Workflow
This commit is contained in:
Orta
2020-01-29 13:46:33 -05:00
committed by GitHub
2 changed files with 31 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ The full folder structure of this app is explained below:
| Name | Description |
| ------------------------ | --------------------------------------------------------------------------------------------- |
| **.vscode** | Contains VS Code specific settings |
| **.github** | Contains GitHub settings and configurations, incuding the GitHub Actions workflows |
| **dist** | Contains the distributable (or output) from your TypeScript build. This is the code you ship |
| **node_modules** | Contains all your npm dependencies |
| **src** | Contains your source code that will be compiled to the dist dir |