Skip to content

Commit

Permalink
added script for gitpull recoursive
Browse files Browse the repository at this point in the history
  • Loading branch information
MagiusCHE committed Jan 11, 2024
1 parent 77fc2b4 commit ac98036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"scripts": {
"test": "echo success",
"update": "yarn && for d in ./plugins/*/ ; do (cd \"$d\" && yarn); done",
"gitpull": "git pull && for d in ./plugins/*/ ; do (cd \"$d\" && git pull); done",
"start": "electron . --develop",
"prod": "electron .",
"release": "electron-builder",
Expand Down

0 comments on commit ac98036

Please sign in to comment.