aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-09-24 21:50:38 +0530
committerBobby <[email protected]>2025-09-24 21:50:38 +0530
commit09f9035da74a84c192435125bffde640bd7baf99 (patch)
treebe3fe238a81d8ce42ff56c1d4242906cd243b723 /package.json
parentb9843df604bf7936aa59e57d15a83c9ef0724ec8 (diff)
downloadthunderbird-ai-compose-09f9035da74a84c192435125bffde640bd7baf99.tar.xz
thunderbird-ai-compose-09f9035da74a84c192435125bffde640bd7baf99.zip
update bundle scriptsv0.1.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 12b68b2..5ac057e 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"license": "MIT",
"author": "Bobby <[email protected]>",
"scripts": {
- "clean": "rm -rf build",
+ "clean": "rm -rf build && rm -rf release",
"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",