Log du theme.json généré dans la CI.

This commit is contained in:
Simon Pistache 2023-05-13 10:22:08 +02:00
parent bd71602b0a
commit d32e075d3d

View File

@ -22,7 +22,9 @@ variables:
- cd src/build_job
- npm install
- npm run start
- cat ${ENTRY_FOLDER}/${PACKAGE_NAME}/theme.json
artifacts:
expose_as: "theme.json"
paths:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/theme.json
when: on_success