Fixes le chemin utilisé par cat

This commit is contained in:
Simon Pistache 2023-05-15 17:55:49 +02:00
parent 5f5c28b033
commit 4c889c28ce

View File

@ -24,7 +24,7 @@ variables:
- cd src/
- npm install
- npm run start
- cat ../${ENTRY_FOLDER}/${PACKAGE_NAME}/theme.json
- cat ${ENTRY_FOLDER}/${PACKAGE_NAME}/theme.json
- npm run test
artifacts:
paths: