Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
fjakobs committed Dec 5, 2016
1 parent 3706af8 commit d9659bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildspec.yml
@@ -1,10 +1,12 @@
version: 0.1

phases:
build:
commands:
npm install
- npm install

artifacts:
type: zip
files:
- **/*
- **/*
discard-paths: yes

0 comments on commit d9659bd

Please sign in to comment.