aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-09-24 20:22:44 +0530
committerBobby <[email protected]>2025-09-24 20:22:44 +0530
commit761c734cec7af964ed6c90c578220e03cf0524f8 (patch)
tree98fee3b65aa9463459749651f88d2c1ebc9110a3
parent8838fb89806cd15b4f15e028d66283595d691dcd (diff)
downloadthunderbird-ai-compose-761c734cec7af964ed6c90c578220e03cf0524f8.tar.xz
thunderbird-ai-compose-761c734cec7af964ed6c90c578220e03cf0524f8.zip
fixed scripts
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8b3ac76..12b68b2 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"author": "Bobby <[email protected]>",
"scripts": {
"clean": "rm -rf build",
- "build:ts": "tsup src/**/*.ts --format cjs --out-dir build --splitting false --sourcemap",
+ "build:ts": "tsup src/background.ts src/popup/popup.ts src/options/options.ts --format cjs --out-dir build --splitting false --sourcemap",
"build:static": "cp src/manifest.json build/ && cp -r src/popup build/ && cp -r src/options build/ && cp -r icons build/ && cp node_modules/webextension-polyfill/dist/browser-polyfill.js build/",
"build": "npm run clean && npm run build:ts && npm run build:static",
"bundle": "ts-node bundle.ts",
@@ -46,4 +46,4 @@
"tsup": "^8.5.0",
"typescript": "^5.9.2"
}
-}
+} \ No newline at end of file