Skip to content

Commit

Permalink
no clean before dist
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Nov 21, 2024
1 parent 5bcdbb7 commit 080f292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"pack:mac":"run-s clean build _pack:mac",
"pack:win":"run-s clean build _pack:win",
"pack:linux":"run-s clean build _pack:linux",
"dist": "run-s clean build _dist",
"dist:mac":"run-s clean build _dist:mac",
"dist:win":"run-s clean build _dist:win",
"dist:linux":"run-s clean build _dist:linux",
"dist": "run-s build _dist",
"dist:mac":"run-s build _dist:mac",
"dist:win":"run-s build _dist:win",
"dist:linux":"run-s build _dist:linux",
"_pack": "electron-builder -mwl --dir",
"_pack:mac": "electron-builder -m --dir -c.mac.identity=null",
"_pack:win": "electron-builder -w --dir",
Expand Down

0 comments on commit 080f292

Please sign in to comment.