File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
touch .env
107
107
echo "REACT_APP_SERVER_BASE_URL: $REACT_APP_SERVER_BASE_URL" >> .env
108
108
- name : Publish to Chromatic
109
- run : npx nx chromatic twenty-front --configuration= ci
109
+ run : npx nx run twenty-front:chromatic: ci
110
110
front-task :
111
111
runs-on : ubuntu-latest
112
112
env :
Original file line number Diff line number Diff line change 219
219
"options" : {
220
220
"cwd" : " {projectRoot}" ,
221
221
"commands" : [
222
- " nx storybook:build {projectName} --configuration=test" ,
222
+ {
223
+ "command" : " nx storybook:build {projectName} --configuration=test" ,
224
+ "forwardAllArgs" : false
225
+ },
223
226
" cross-var chromatic --project-token=$CHROMATIC_PROJECT_TOKEN --storybook-build-dir=storybook-static {args.ci}"
224
- ]
227
+ ],
228
+ "parallel" : false
225
229
},
226
230
"configurations" : {
227
231
"ci" : {
You can’t perform that action at this time.
0 commit comments