Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
smahmed776 committed Nov 3, 2023
1 parent a1b15c8 commit 9638a4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ module.exports = async function (params) {
if (process.platform !== "darwin") {
return;
}
if (process.env.NODE_ENV !== "production") {
return;
}

let appId = "ai.flojoy.studio";

let appPath = path.join(
Expand Down

0 comments on commit 9638a4d

Please sign in to comment.