Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 22, 2021
1 parent 7cfd636 commit 17ddcc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"pack": "npm run pack:mac-arm64 && npm run pack:win",
"pack:mac-arm64": "node hooks/ci-env-wrapper.cjs ./node_modules/.bin/electron-builder --macos --arm64",
"pack:mac-x64": "node hooks/ci-env-wrapper.cjs ./node_modules/.bin/electron-builder --macos --x64",
"pack:_win": "electron-builder --win --x64",
"pack:win": "node hooks/ci-env-wrapper.cjs npm _pack:win"
"pack:win": "node hooks/ci-env-wrapper.cjs cmd /c node_modules\\.bin\\electron-builder --win --x64"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 17ddcc4

Please sign in to comment.