Skip to content

Commit

Permalink
Ensure NODE_OPTIONS are unset in dev mode to avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
th-ch committed Dec 30, 2021
1 parent 56ac2b3 commit 4d4ac56
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 @@ -44,7 +44,7 @@
},
"scripts": {
"test": "jest",
"start": "electron .",
"start": "NODE_OPTIONS= electron .",
"start:debug": "ELECTRON_ENABLE_LOGGING=1 electron .",
"icon": "rimraf assets/generated && electron-icon-maker --input=assets/youtube-music.png --output=assets/generated",
"generate:package": "node utils/generate-package-json.js",
Expand Down

0 comments on commit 4d4ac56

Please sign in to comment.