Fix typo
This commit is contained in:
parent
f1755fc117
commit
d83c51f4eb
|
@ -9,7 +9,7 @@ frontend:
|
||||||
commands:
|
commands:
|
||||||
- touch .env
|
- touch .env
|
||||||
- env | grep -e NUXT_LOG_LEVEL >> .env
|
- env | grep -e NUXT_LOG_LEVEL >> .env
|
||||||
- env | grep -e NEXT_PUBLIC_ >> .env
|
- env | grep -e NUXT_PUBLIC_ >> .env
|
||||||
- npm run build
|
- npm run build
|
||||||
artifacts:
|
artifacts:
|
||||||
baseDirectory: client/.amplify-hosting
|
baseDirectory: client/.amplify-hosting
|
||||||
|
|
Loading…
Reference in New Issue