Skip to content

Commit

Permalink
Stop overriding NODE_ENV during build
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Nov 19, 2024
1 parent e44f0d9 commit 48270e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ frontend:
echo "PREVIEW_URL=$PREVIEW_URL" >> .env;
fi
- echo "NEXTAUTH_URL=$NEXTAUTH_URL" >> .env
- echo "NODE_ENV=$NODE_ENV" >> .env
- yarn config set nodeLinker node-modules
- yarn -v
- yarn
Expand Down

0 comments on commit 48270e0

Please sign in to comment.