diff --git a/.gitignore b/.gitignore index c6b21e8..7cbd90f 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,6 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +## Project files +extension.zip diff --git a/package.json b/package.json index 9834cd1..ad611dc 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Google Chrome Extensions Screen Recorder", "scripts": { "build": "webpack --mode=production", + "archive": "rm extension.zip && zip -r extension.zip extension", "watch": "webpack --mode=development -w", "lint": "eslint {src,*.{mjs,ts}}", "test": "echo \"Error: no test specified\" && exit 1"