Add comment
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 39s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m12s
Smoke Test / Run basic test suite (pull_request) Successful in 4m9s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m43s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m44s

This commit is contained in:
Thomas E Lackey 2024-07-24 15:40:36 -05:00
parent 48cc96875e
commit 48c726b67c

View File

@ -46,6 +46,7 @@ if [ $? -ne 0 ]; then
npm i -g js-beautify npm i -g js-beautify
fi fi
# js-beautify formats NEXTJS_CONFIG_FILE (ie next.config.js / next.config.mjs) so we can reliably transformable later
js-beautify next.config.dist > ${NEXT_CONFIG_JS} js-beautify next.config.dist > ${NEXT_CONFIG_JS}
echo "" >> ${NEXT_CONFIG_JS} echo "" >> ${NEXT_CONFIG_JS}