Skip to content

Commit

Permalink
Update build scripts to disable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
davoxpa committed Dec 31, 2023
1 parent d0a63ee commit 95726c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"start:dev": "npm-run-all --parallel start sass:electron",
"sass:electron": "sass --watch src/assets/scss:src/assets/styles",
"build": "electron-builder --all",
"build:macos": "electron-builder --macos --x64",
"build:win": "electron-builder --win --x64",
"build:linux": "electron-builder --linux --x64"
"build:macos": "electron-builder --macos --x64 --publish never",
"build:win": "electron-builder --win --x64 --publish never",
"build:linux": "electron-builder --linux --x64 --publish never"
},
"author": "Davide Salvato",
"license": "ISC",
Expand Down

0 comments on commit 95726c8

Please sign in to comment.