Skip to content

Commit 70ac01f

Browse files
committed
squash! - fix build after yarn/project references upgrade
Don't forget to squash the branch into a single commit once you took a peek at the diff of what was changed here. Signed-off-by: Peter Somogyvari <[email protected]>
1 parent 0b10dae commit 70ac01f

File tree

3 files changed

+3066
-2903
lines changed

3 files changed

+3066
-2903
lines changed

packages/cactus-plugin-keychain-google-sm/package.json

+6-17
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"scripts": {
1515
"generate-sdk": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/",
16-
"tsc": "tsc --project ./tsconfig.json",
16+
"codegen:openapi": "npm run generate-sdk",
17+
"codegen": "run-p 'codegen:*'",
1718
"watch": "npm-watch",
1819
"pretsc": "npm run generate-sdk",
1920
"webpack": "npm-run-all webpack:dev webpack:prod",
@@ -25,21 +26,10 @@
2526
"webpack:prod:node": "webpack --env=prod --target=node --config ../../webpack.config.js"
2627
},
2728
"watch": {
28-
"tsc": {
29+
"codegen:openapi": {
2930
"patterns": [
30-
"src/",
31-
"src/*/json/**/openapi*"
32-
],
33-
"ignore": [
34-
"src/**/generated/*"
35-
],
36-
"extensions": [
37-
"ts",
38-
"json"
39-
],
40-
"quiet": true,
41-
"verbose": false,
42-
"runOnChangeOnly": true
31+
"./src/main/json/openapi.json"
32+
]
4333
}
4434
},
4535
"publishConfig": {
@@ -94,9 +84,8 @@
9484
"devDependencies": {
9585
"@hyperledger/cactus-test-tooling": "0.6.0",
9686
"@types/express": "4.17.8",
97-
"@types/express-serve-static-core": "4.17.17",
98-
"express": "4.17.1",
9987
"@types/request": "2.48.5",
88+
"express": "4.17.1",
10089
"internal-ip": "6.2.0",
10190
"openapi-types": "7.2.2"
10291
}

packages/cactus-plugin-keychain-vault/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"devDependencies": {
8585
"@hyperledger/cactus-test-tooling": "0.6.0",
8686
"@types/express": "4.17.8",
87-
"@types/express-serve-static-core": "4.17.17",
8887
"@types/request": "2.48.5",
8988
"internal-ip": "6.2.0",
9089
"openapi-types": "7.2.2"

0 commit comments

Comments
 (0)