No more favicon, add artifacts
This commit is contained in:
6
circle.yml
Normal file
6
circle.yml
Normal file
@ -0,0 +1,6 @@
|
||||
test:
|
||||
post:
|
||||
- npm run build
|
||||
- mv index.html $CIRCLE_ARTIFACTS
|
||||
- mv bundle.js $CIRCLE_ARTIFACTS
|
||||
- mv css $CIRCLE_ARTIFACTS
|
Reference in New Issue
Block a user