Skip to content

Commit

Permalink
chore: set node env to production for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Sep 29, 2023
1 parent 4f5ced0 commit 50bcb5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Extract version from package.json
VERSION=$(node -pe "require('./package.json').version")
NODE_ENV=production

if [ -z ${ALBY_OAUTH_CLIENT_ID_CHROME+x} ];
then
Expand Down

0 comments on commit 50bcb5d

Please sign in to comment.