Skip to content

Commit

Permalink
cache...
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Feb 29, 2024
1 parent 4030e04 commit bec58df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"start": "electron .",
"build": "gulp build",
"build:source": "gulp build:source",
"pack": "electron-builder -ml --dir",
"pack": "electron-builder -mwl --dir",
"pack:mac": "electron-builder -m --dir",
"pack:win": "electron-builder -w --dir",
"pack:linux": "electron-builder -l --dir",
"dist": "electron-builder -mwl",
"dist": "electron-builder -ml",
"dist:mac": "electron-builder -m",
"dist:win": "electron-builder -w",
"dist:linux": "electron-builder -l"
Expand Down

0 comments on commit bec58df

Please sign in to comment.