Skip to content

Commit

Permalink
Merge pull request #29 from ww24/feat/add-archive-script
Browse files Browse the repository at this point in the history
feat: add archive
  • Loading branch information
ww24 authored Jun 21, 2024
2 parents 45865fb + af2fb6f commit fc0603e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

## Project files
extension.zip
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fc0603e

Please sign in to comment.