Skip to content

Commit

Permalink
Framework: Update lockfile and ignore Storybook files for publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras authored and gziolo committed Oct 4, 2019
1 parent 10b620f commit 53b1101
Show file tree
Hide file tree
Showing 2 changed files with 1,153 additions and 2,122 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"ignoreChanges": [
"**/benchmark/*.js",
"**/CHANGELOG.md",
"**/test/**"
"**/test/**",
"**/{storybook,stories}/**"
],
"packages": [
"packages/*"
Expand Down
Loading

0 comments on commit 53b1101

Please sign in to comment.