Re-add chromatic CI

This commit is contained in:
Charles Bochet 2024-04-30 18:21:08 +02:00
parent ccd1100773
commit 7dad6e3b5e

View File

@ -95,6 +95,17 @@
}
}
},
"chromatic": {}
"chromatic": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "cross-var chromatic --project-token=$CHROMATIC_PROJECT_TOKEN --build-script-name=storybook:build"
},
"configurations": {
"ci": {
"args": ["--exit-zero-on-changes"]
}
}
}
}
}