Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Commit a23e7d9

Browse files
committed
move buildspec file
1 parent 7969dcf commit a23e7d9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

buildspec.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 0.1
2+
3+
phases:
4+
install:
5+
commands:
6+
- cd functions
7+
- npm install
8+
build:
9+
commands:
10+
- echo Build started on `date`
11+
- boot build
12+
artifacts:
13+
files:
14+
- target/main.js
15+
- index.js

0 commit comments

Comments
 (0)