Skip to content

Commit

Permalink
fix(docs): md table-format for sam-build-cmd design (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
mithun authored Jun 15, 2020
1 parent 612ee73 commit 4f12dc7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions designs/sam_build_cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,11 @@ Install dependencies specified by `package.json` and copy source files

**Files Excluded From Copy Source**: `node_modules/*`

----------------------------------------------------
Action Command
------------- --------------------------------------
Resolve `npm install`

Compile No Op

Copy Source Copy files and exclude node\_modules
----------------------------------------------------
| Action | Command |
| ----------- | ------------------------------------- |
| Resolve | `npm install` |
| Compile | No Op |
| Copy Source | Copy files and exclude `node_modules` |

#### Java using Maven

Expand Down

0 comments on commit 4f12dc7

Please sign in to comment.