Skip to content

Commit

Permalink
fix(build): various small issues (#190)
Browse files Browse the repository at this point in the history
- Persist all built files in CI.
- Ignore generated styles.
- Clean generated styles witn `npm run clean`.
- Update vis-dev-utils to fail the release if example screenshot
  generation fails.
  • Loading branch information
Thomaash committed Oct 29, 2019
1 parent 0c9246e commit 05d2a07
Show file tree
Hide file tree
Showing 8 changed files with 816 additions and 727 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ jobs:
- persist_to_workspace:
root: ..
paths:
- "repo/declarations"
- "repo/dist"
- "repo/peer"
- "repo/standalone"
- "repo/styles"

examples:
executor: node
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ coverage/
/examples/thumbnails/
/peer/
/standalone/
/styles/
vis-network-*.tgz
Loading

0 comments on commit 05d2a07

Please sign in to comment.