Skip to content

Commit 6489069

Browse files
author
Mikhail Bashkirov
committed
fix: include test-helpers dir in the released package
1 parent 6edef20 commit 6489069

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/calendar/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"src",
2929
"stories",
3030
"test",
31+
"test-helpers",
3132
"translations",
3233
"*.js"
3334
],

packages/input-datepicker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"src",
3232
"stories",
3333
"test",
34+
"test-helpers",
3435
"translations",
3536
"*.js"
3637
],

packages/localize/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"src",
2929
"stories",
3030
"test",
31+
"test-helpers",
3132
"translations",
3233
"*.js"
3334
],

packages/validate/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"src",
2929
"stories",
3030
"test",
31+
"test-helpers",
3132
"translations",
3233
"*.js"
3334
],

0 commit comments

Comments
 (0)