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",
|
"src",
|
||||||
"stories",
|
"stories",
|
||||||
"test",
|
"test",
|
||||||
|
"test-helpers",
|
||||||
"translations",
|
"translations",
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
"src",
|
"src",
|
||||||
"stories",
|
"stories",
|
||||||
"test",
|
"test",
|
||||||
|
"test-helpers",
|
||||||
"translations",
|
"translations",
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
"src",
|
"src",
|
||||||
"stories",
|
"stories",
|
||||||
"test",
|
"test",
|
||||||
|
"test-helpers",
|
||||||
"translations",
|
"translations",
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
"src",
|
"src",
|
||||||
"stories",
|
"stories",
|
||||||
"test",
|
"test",
|
||||||
|
"test-helpers",
|
||||||
"translations",
|
"translations",
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue