File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/devextreme-react Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1414 },
1515 "regenerate" : {
1616 "executor" : " devextreme-nx-infra-plugin:generate-components" ,
17- "dependsOn" : [" devextreme-metadata:generate" ," clean" ],
17+ "dependsOn" : [" devextreme-metadata:generate" , " clean" ],
1818 "options" : {
1919 "metadataPath" : " ../devextreme-metadata/dist/integration-data.json" ,
2020 "componentsDir" : " ./src" ,
137137 " {projectRoot}/devextreme-metadata/**/*" ,
138138 " {projectRoot}/src/**/*" ,
139139 " !{projectRoot}/src/**/__tests__/*" ,
140- " {projectRoot}/build.config.js" ,
141140 " {projectRoot}/tsconfig*" ,
142141 " {workspaceRoot}/tsconfig.json"
143142 ],
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ const main = (): void => {
204204 } catch ( error ) {
205205 console . error ( '⚠ Failed to build plugin:' , ( error as Error ) . message ) ;
206206 console . error ( ' The plugin will be built on first use by NX' ) ;
207- process . exit ( 0 ) ;
207+ process . exit ( 1 ) ;
208208 }
209209} ;
210210
You can’t perform that action at this time.
0 commit comments