Build artifacts again

This commit is contained in:
Tom MacWright
2016-03-07 11:40:59 -05:00
parent 6232287ed1
commit ed94698141

View File

@ -1,3 +1,8 @@
machine:
node:
version: 5
post:
- npm run build
- mv index.html $CIRCLE_ARTIFACTS
- mv bundle.js $CIRCLE_ARTIFACTS
- mv css $CIRCLE_ARTIFACTS