Skip to content

Commit 2b2c73b

Browse files
fix: add schema as published file in package.json (#1074)
1 parent 18c784e commit 2b2c73b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ node_modules
66
/configure
77
/coverage
88
/widget
9+
/schema
910

1011
/playwright/playwright/.cache/

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ CHANGELOG.md
1313
CONTRIBUTING.md
1414
/coverage
1515
/widget
16+
/schema
1617

1718
/playwright/playwright/.cache/
1819

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"build",
4848
"styles",
4949
"server",
50-
"widget"
50+
"widget",
51+
"schema"
5152
],
5253
"sideEffects": [
5354
"*.css",

0 commit comments

Comments
 (0)