packaging script copies altcha and zips everything

`yarn run build`
This commit is contained in:
Jack Case
2025-12-09 21:03:06 +00:00
parent af8d222e7c
commit 1b819dd67a
3 changed files with 17 additions and 7 deletions

View File

@@ -1,7 +1,12 @@
{
"dependencies": {
"@types/firefox-webext-browser": "^143.0.0",
"altcha": "^2.2.4",
"typescript": "^5.9.3"
"altcha": "^2.2.4"
},
"devDependencies": {
"typescript": "^5.9.3",
"@types/firefox-webext-browser": "^143.0.0"
},
"scripts": {
"build": "dev-scripts/build-extension.sh"
}
}