Skip to content

Commit 996833c

Browse files
committed
fix: consolidate macOS packaging commands in package.json
1 parent 33ad774 commit 996833c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949
"pack:win:ci": "npm run clean:dist && electron-builder --win --x64 --ia32 -p never",
5050
"pack:cli": "npm run pack:cli:win | npm run pack:cli:mac | npm run pack:cli:lin",
5151
"pack:cli:win": "pkg ./src-cli --targets win-x64 --output ./dist-cli/windows/bwdc.exe",
52-
"pack:cli:mac": "pkg ./src-cli --targets macos-x64,macos-arm64 --output ./dist-cli/macos/bwdc",
53-
"pack:cli:mac:x64": "pkg ./src-cli --targets macos-x64 --output ./dist-cli/macos-x64/bwdc",
54-
"pack:cli:mac:arm64": "pkg ./src-cli --targets macos-arm64 --output ./dist-cli/macos-arm64/bwdc",
52+
"pack:cli:mac": "pkg ./src-cli --targets macos-x64 --output ./dist-cli/macos/bwdc",
5553
"pack:cli:lin": "pkg ./src-cli --targets linux-x64 --output ./dist-cli/linux/bwdc",
5654
"dist:lin": "npm run build:dist && npm run pack:lin",
5755
"dist:mac": "npm run build:dist && npm run pack:mac",

0 commit comments

Comments
 (0)