Skip to content

Commit 45d76dd

Browse files
committed
Add buildspec for CodeBuild
1 parent 43c2988 commit 45d76dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

buildspecs/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 0.2
2+
3+
phases:
4+
install:
5+
commands:
6+
- npm install
7+
8+
artifacts:
9+
files:
10+
- '**/*'

0 commit comments

Comments
 (0)