File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ dependencies: # Install dependencies needed to build and test the project @Pipel
1414
1515generate : # Generate any autogenerated output @Pipeline
1616 npm run generate-dependencies
17- $(MAKE ) -C src/python-schema-generator generate
1817
1918build : # Build the project artefact @Pipeline
2019 $(MAKE ) -C docs build
Original file line number Diff line number Diff line change 4242 "react" : " ^19.0.0"
4343 },
4444 "scripts" : {
45+ "build-schemas" : " make -C src/cloudevents/domains/digital-letters build-no-bundle publish-bundled-json" ,
4546 "clean" : " npm run clean --workspaces --if-present" ,
46- "generate-dependencies" : " make -C src/cloudevents/domains/digital-letters build-no-bundle publish-bundled-json && npm run generate-dependencies --workspaces --if-present" ,
47+ "generate-dependencies" : " npm run build-schemas && npm run generate-dependencies --workspaces --if-present && npm run generate-python-dependencies" ,
48+ "generate-python-dependencies" : " make -C src/python-schema-generator generate" ,
4749 "lint" : " npm run lint --workspaces" ,
4850 "lint:fix" : " npm run lint:fix --workspaces" ,
4951 "start" : " npm run start --workspace frontend" ,
You can’t perform that action at this time.
0 commit comments