No more favicon, add artifacts

This commit is contained in:
Tom MacWright
2016-03-02 17:51:11 -08:00
parent 1bd8a9eeb4
commit 8be42b8dee
3 changed files with 8 additions and 1 deletions

6
circle.yml Normal file
View File

@ -0,0 +1,6 @@
test:
post:
- npm run build
- mv index.html $CIRCLE_ARTIFACTS
- mv bundle.js $CIRCLE_ARTIFACTS
- mv css $CIRCLE_ARTIFACTS