Skip to content

Commit

Permalink
CI: add build artifacts (for BundleSize plugin)
Browse files Browse the repository at this point in the history
  • Loading branch information
probil committed Aug 3, 2019
1 parent 355c9ec commit 5f34f04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
# catch build-time errors (if any)
- run: npm run build

- store_artifacts:
path: ./dist/v-mask.min.js
destination: v-mask.min.js

- run:
name: Run code-style check
command: npm run lint -- --format junit -o /tmp/test-results/code-style-test-results.xml
Expand Down

0 comments on commit 5f34f04

Please sign in to comment.