File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 39
39
- name : Front / Write .env
40
40
run : npx nx reset:env twenty-front
41
41
- name : Front / Build storybook
42
- run : npx nx storybook:build twenty-front --configuration=test
42
+ run : npx nx storybook:build twenty-front
43
43
front-sb-test :
44
44
runs-on : ci-8-cores
45
45
needs : front-sb-build
@@ -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