Thiago Oliveira
Results
1
comments of
Thiago Oliveira
Adding the following line to the `amplify.yml` file did the trick for me. ```yml build: commands: - env | grep -e NEXT_PUBLIC_APP_VERSION >> .env # this line - npm run...