Build artifacts again
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
machine:
|
machine:
|
||||||
node:
|
node:
|
||||||
version: 5
|
version: 5
|
||||||
|
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