File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 105105 required : false
106106 CHROMATIC_PROJECT_TOKEN :
107107 required : false
108- workflow_dispatch :
109- inputs :
110- branch :
111- type : string
112- required : false
113- description : " Branch to build"
114- default : " main"
115- auto_fix_lint :
116- description : " Automatically fix linting errors when possible and commit changes"
117- type : boolean
118- required : false
119- default : false
120- cypress_enable :
121- description : " Global enable for cypress"
122- type : boolean
123- required : false
124- default : false
125- playwright_enable :
126- description : " Global enable for playwright"
127- type : boolean
128- required : false
129- default : false
130- node_run_webpack :
131- description : " Flag to always run the webpack production build."
132- type : boolean
133- required : false
134- default : false
135- run_parallel :
136- description : " Flag to ensure that node and python jobs are run in parallel."
137- type : boolean
138- required : false
139- default : true
140108
141109env :
142110 NPM_REGISTRY : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments