Skip to content

Commit 0b1a730

Browse files
committed
fix
1 parent 773a9c9 commit 0b1a730

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

knip.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"entry": [
1313
"scripts/**/*.mjs",
1414
"src/index.ts",
15-
"test/**/*.{cjs,mjs}"
15+
"test/**/*.{cjs,mjs}",
16+
"dist/*.{cjs,mjs,js}"
1617
],
1718
"project": [
1819
"**/*.{ts,js,mjs}",
@@ -22,7 +23,8 @@
2223
"plugins/postcss-design-tokens": {
2324
"entry": [
2425
"src/index.ts",
25-
"test/**/*.{cjs,mjs}"
26+
"test/**/*.{cjs,mjs}",
27+
"dist/*.{cjs,mjs,js}"
2628
],
2729
"project": [
2830
"**/*.ts",
@@ -35,7 +37,8 @@
3537
"plugins/postcss-global-data": {
3638
"entry": [
3739
"src/index.ts",
38-
"test/**/*.{cjs,mjs}"
40+
"test/**/*.{cjs,mjs}",
41+
"dist/*.{cjs,mjs,js}"
3942
],
4043
"project": [
4144
"**/*.ts",
@@ -52,7 +55,8 @@
5255
"src/browser.js",
5356
"src/index.js",
5457
"src/index.ts",
55-
"test/**/*.{cjs,mjs}"
58+
"test/**/*.{cjs,mjs}",
59+
"dist/*.{cjs,mjs,js}"
5660
],
5761
"project": [
5862
"**/*.{ts,js,mjs}",
@@ -66,7 +70,8 @@
6670
"src/browser.js",
6771
"src/index.js",
6872
"src/index.ts",
69-
"test/**/*.{cjs,mjs}"
73+
"test/**/*.{cjs,mjs}",
74+
"dist/*.{cjs,mjs,js}"
7075
],
7176
"project": [
7277
"**/*.{ts,js,mjs}",
@@ -76,7 +81,8 @@
7681
"plugin-packs/postcss-bundler": {
7782
"entry": [
7883
"src/index.ts",
79-
"test/**/*.{cjs,mjs}"
84+
"test/**/*.{cjs,mjs}",
85+
"dist/*.{cjs,mjs,js}"
8086
],
8187
"project": [
8288
"**/*.ts",
@@ -92,7 +98,8 @@
9298
"entry": [
9399
"scripts/**/*.mjs",
94100
"src/index.ts",
95-
"test/**/*.{cjs,mjs}"
101+
"test/**/*.{cjs,mjs}",
102+
"dist/*.{cjs,mjs,js}"
96103
],
97104
"project": [
98105
"**/*.{ts,js,mjs}",

0 commit comments

Comments
 (0)