Files
docbox/circle.yml
Tom MacWright 99bc1cfde6 Fix circle.yml
2016-03-07 11:51:05 -05:00

10 lines
172 B
YAML

machine:
node:
version: 5
test:
post:
- npm run build
- mv index.html $CIRCLE_ARTIFACTS
- mv bundle.js $CIRCLE_ARTIFACTS
- mv css $CIRCLE_ARTIFACTS