Skip to content

Commit

Permalink
Also add GENERATE_SOURCEMAP=false to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 16, 2022
1 parent 88a37fd commit 66589c2
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 @@ -46,7 +46,7 @@
"postinstall": "electron-builder install-app-deps",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"eject": "react-scripts eject",
"publish": "PUBLIC_URL=./ react-scripts build && tsc -p src/main && electron-builder --publish always --config assets/builder-publish.json"
"publish": "GENERATE_SOURCEMAP=false PUBLIC_URL=./ react-scripts build && tsc -p src/main && electron-builder --publish always --config assets/builder-publish.json"
},
"build": {
"appId": "com.boson.mac",
Expand Down

0 comments on commit 66589c2

Please sign in to comment.