feat: Build and integ test scripts for pipeline

This commit is contained in:
Clare Liguori
2019-12-16 16:12:19 -08:00
parent 8cff48fde9
commit 52bc82a29b
4 changed files with 81 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
version: 0.2
phases:
install:
runtime-versions:
nodejs: 10
build:
commands:
# Run unit tests
- npm ci
- npm run test
artifacts:
files:
- '**/*'