Skip to content

Commit

Permalink
Removed publish never from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorgullmark committed Feb 4, 2020
1 parent 6c0d209 commit 3f1eb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExilenceNextApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-test": "react-scripts test --env=jsdom",
"react-eject": "react-scripts eject",
"electron-build": "electron-builder",
"release": "npm run react-build && electron-builder --publish=never",
"release": "npm run react-build && electron-builder",
"build": "npm run react-build && npm run electron-build",
"start": "concurrently \"cross-env BROWSER=none npm run react-start\" \"wait-on http://localhost:3000 && electron .\""
},
Expand Down

0 comments on commit 3f1eb25

Please sign in to comment.