Skip to content

Commit

Permalink
feat: Improved build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Fanger committed Mar 12, 2023
1 parent afe6fc8 commit 5465017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
/apps/chrome-extension/build
/apps/chrome-extension/build.zip
/chrome-extension.zip
/apps/firefox-extension/build
/apps/firefox-extension/web-ext-artifacts
/apps/firefox-extension/web-ext-artifacts
/packages/blender-elements/.histoire/
2 changes: 1 addition & 1 deletion apps/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "node build.js --watch",
"build": "node build.js",
"build": "node build.js && rm -f ../../chrome-extension.zip && zip -r ../../chrome-extension.zip build/ -x \"*.DS_Store\"",
"format": "prettier --write ."
},
"devDependencies": {
Expand Down

0 comments on commit 5465017

Please sign in to comment.