Skip to content

Commit

Permalink
try running ONLY while npm is dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Nov 16, 2024
1 parent 5b3b2fd commit a1c959d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/todesktop/postInstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function postInstall() {

console.log('After Yarn Install ' , os.platform());

if (!process.env.NODE_ENV || process.env.NODE_ENV != 'development'){
if (process.env.NODE_ENV && process.env.NODE_ENV == 'development'){
console.log(process.env);
if (os.platform() === "win32")
{
Expand Down

0 comments on commit a1c959d

Please sign in to comment.