Skip to content

Commit

Permalink
fix(Build): Do not include src folder as part of distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdexta committed Apr 4, 2020
1 parent f501aba commit 1b4e067
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tests/__snapshots__/Storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21578,15 +21578,15 @@ exports[`Storyshots Custom Components NewLaneForm 1`] = `

.c8 a {
color: rgba(255,255,255,0.56);
padding: .5em 1em;
padding: 0.5em 1em;
margin: 0;
-webkit-text-decoration: none;
text-decoration: none;
}

.c8 a:hover {
background-color: #00bcd4 !important;
color: #37474F;
color: #37474f;
}

.c0 {
Expand Down Expand Up @@ -22754,15 +22754,15 @@ exports[`Storyshots Custom Components NewLaneSection 1`] = `

.c8 a {
color: rgba(255,255,255,0.56);
padding: .5em 1em;
padding: 0.5em 1em;
margin: 0;
-webkit-text-decoration: none;
text-decoration: none;
}

.c8 a:hover {
background-color: #00bcd4 !important;
color: #37474F;
color: #37474f;
}

.c0 {
Expand Down Expand Up @@ -32136,15 +32136,15 @@ exports[`Storyshots Editable Board Add New Lane 1`] = `

.c8 a {
color: rgba(255,255,255,0.56);
padding: .5em 1em;
padding: 0.5em 1em;
margin: 0;
-webkit-text-decoration: none;
text-decoration: none;
}

.c8 a:hover {
background-color: #00bcd4 !important;
color: #37474F;
color: #37474f;
}

.c0 {
Expand Down Expand Up @@ -37154,15 +37154,15 @@ exports[`Storyshots Editable Board Inline Edit Lane Title 1`] = `

.c9 a {
color: rgba(255,255,255,0.56);
padding: .5em 1em;
padding: 0.5em 1em;
margin: 0;
-webkit-text-decoration: none;
text-decoration: none;
}

.c9 a:hover {
background-color: #00bcd4 !important;
color: #37474F;
color: #37474f;
}

.c0 {
Expand Down Expand Up @@ -38409,15 +38409,15 @@ exports[`Storyshots I18n Custom texts 1`] = `

.c8 a {
color: rgba(255,255,255,0.56);
padding: .5em 1em;
padding: 0.5em 1em;
margin: 0;
-webkit-text-decoration: none;
text-decoration: none;
}

.c8 a:hover {
background-color: #00bcd4 !important;
color: #37474F;
color: #37474f;
}

.c0 {
Expand Down Expand Up @@ -39597,15 +39597,15 @@ exports[`Storyshots I18n Flat translation table 1`] = `

.c8 a {
color: rgba(255,255,255,0.56);
padding: .5em 1em;
padding: 0.5em 1em;
margin: 0;
-webkit-text-decoration: none;
text-decoration: none;
}

.c8 a:hover {
background-color: #00bcd4 !important;
color: #37474F;
color: #37474f;
}

.c0 {
Expand Down Expand Up @@ -40785,15 +40785,15 @@ exports[`Storyshots I18n Using i18next 1`] = `

.c8 a {
color: rgba(255,255,255,0.56);
padding: .5em 1em;
padding: 0.5em 1em;
margin: 0;
-webkit-text-decoration: none;
text-decoration: none;
}

.c8 a:hover {
background-color: #00bcd4 !important;
color: #37474F;
color: #37474f;
}

.c0 {
Expand Down

0 comments on commit 1b4e067

Please sign in to comment.