Attempt to simplify build
This commit is contained in:
parent
f26d02c333
commit
aba61b28d6
|
@ -7,9 +7,6 @@ frontend:
|
||||||
- npm ci
|
- npm ci
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
- touch .env
|
|
||||||
- env | grep -e NUXT_LOG_LEVEL >> .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