Skip to content

Commit

Permalink
fix: remove universal from make-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
javierguzman committed Aug 9, 2023
1 parent 1079e55 commit c822ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"clean": "rm -rf dist && rm -rf out && rm -rf node_modules",
"start": "NODE_ENV=development electron-forge start",
"make-dev": "NODE_ENV=development electron-forge make --platform=darwin --arch=universal",
"make-dev": "NODE_ENV=development electron-forge make --platform=darwin",
"package": "electron-forge package",
"make": "electron-forge make",
"make-win": "electron-forge make --platform=win32",
Expand Down

0 comments on commit c822ad7

Please # to comment.