Exclude compiled tests from release package
Windows CI / verify (push) Successful in 2m50s

Keep generated test modules and their fixture data out of app.asar, and enforce the packaging exclusion in the public release contract.
This commit is contained in:
Sucukdeluxe
2026-08-13 04:47:28 +02:00
parent c0d45ab268
commit 35079a0753
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -64,6 +64,7 @@
"productName": "Twitch VOD Manager",
"files": [
"dist/**/*",
"!dist/**/*.test.js",
"src/index.html",
"src/styles.css",
"src/workspace.css",