Merge pull request #214 from ing-bank/fix/includeTestHelpersIntoRelease
Include test-helpers dir in the released package
This commit is contained in:
commit
2979ce000f
4 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
"src",
|
||||
"stories",
|
||||
"test",
|
||||
"test-helpers",
|
||||
"translations",
|
||||
"*.js"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
"src",
|
||||
"stories",
|
||||
"test",
|
||||
"test-helpers",
|
||||
"translations",
|
||||
"*.js"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"src",
|
||||
"stories",
|
||||
"test",
|
||||
"test-helpers",
|
||||
"translations",
|
||||
"*.js"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"src",
|
||||
"stories",
|
||||
"test",
|
||||
"test-helpers",
|
||||
"translations",
|
||||
"*.js"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue