Skip to content

Commit

Permalink
fix(ci): Add dist folder to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Oct 7, 2019
1 parent 3cd96e2 commit 23353c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- save_cache:
paths:
- node_modules
- lib
- dist
- src
- tests
- .git
Expand All @@ -72,6 +72,7 @@ jobs:
- .prettierrc
- README.md
- CHANGELOG.md
- package-lock.json
- package.json
key: blocks-{{ .Branch }}-{{ .Revision }}

Expand Down

0 comments on commit 23353c1

Please sign in to comment.