Skip to content

Commit 3dcfb01

Browse files
committed
fix: remove node_modules exclusion from build files
1 parent 3b20c91 commit 3dcfb01

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"dist/**/*",
2828
"electron/**/*",
2929
"package.json",
30-
"!**/node_modules/**/*",
3130
"!**/*.{ts,tsx,map,md}",
3231
"!scripts/**/*",
3332
"!vite.config.js"
@@ -85,4 +84,3 @@
8584
"wait-on": "^8.0.3"
8685
}
8786
}
88-

0 commit comments

Comments
 (0)