Skip to content

Commit

Permalink
[cascading] from release/12.0.0-rc to main (#2848)
Browse files Browse the repository at this point in the history
<!--
{"currentBranch":"release/12.0.0-rc","targetBranch":"main","bypassReviewers":false,"isConflicting":false}
-->

## Cascading from release/12.0.0-rc to main

---

<small>This Pull Request has been generated with ❤️ by the
[Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
  • Loading branch information
matthieu-crouzet authored Feb 14, 2025
2 parents 532d01d + 14ef57d commit fc32b84
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"build": "yarn nx build ama-sdk-schematics",
"postbuild": "patch-package-json-main",
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest",
"install-swagger-cli": "mvn install:install-file -DgroupId=io.swagger -DartifactId=swagger-codegen-cli -Dversion=2.4.0-AMADEUS -Dpackaging=jar -Dfile=./schematics/resources/swagger-codegen-cli.jar",
"build:swagger": "yarn install-swagger-cli && run-p 'build:openapi-*' && yarn cpy 'schematics/**/*.jar' dist/schematics",
"build:swagger": "yarn build:openapi-typescript-gen && yarn cpy 'schematics/**/*.jar' dist/schematics",
"build:openapi-typescript-gen": "mvn clean package -f ./schematics/typescript/core/openapi-codegen-typescript/pom.xml",
"build:cli": "tsc -b tsconfig.cli.json --pretty && yarn generate-cjs-manifest",
"prepare:publish": "prepare-publish ./dist"
Expand Down
Binary file not shown.
13 changes: 13 additions & 0 deletions packages/@ama-sdk/schematics/schematics/typescript/core/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
This file is used to allow the use of the builder in the @o3r/framework mono-repository.
It should not be part of the package.
*/

const { resolve } = require('node:path');

require('ts-node').register({ project: resolve(__dirname, '..', '..', '..', 'tsconfig.builders.json') });
require('ts-node').register = () => {};

module.exports = require('./index.ts');

0 comments on commit fc32b84

Please sign in to comment.