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 - cd src/build_job
- npm install - npm install
- npm run start - npm run start
- cat ${ENTRY_FOLDER}/${PACKAGE_NAME}/theme.json
artifacts: artifacts:
expose_as: "theme.json"
paths: paths:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/theme.json - ${ENTRY_FOLDER}/${PACKAGE_NAME}/theme.json
when: on_success when: on_success