Skip to content

Commit

Permalink
squash! - fix build after yarn/project references upgrade
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
petermetz committed Jul 22, 2021
1 parent 0b10dae commit 70ac01f
Show file tree
Hide file tree
Showing 3 changed files with 3,066 additions and 2,903 deletions.
23 changes: 6 additions & 17 deletions packages/cactus-plugin-keychain-google-sm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"scripts": {
"generate-sdk": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/",
"tsc": "tsc --project ./tsconfig.json",
"codegen:openapi": "npm run generate-sdk",
"codegen": "run-p 'codegen:*'",
"watch": "npm-watch",
"pretsc": "npm run generate-sdk",
"webpack": "npm-run-all webpack:dev webpack:prod",
Expand All @@ -25,21 +26,10 @@
"webpack:prod:node": "webpack --env=prod --target=node --config ../../webpack.config.js"
},
"watch": {
"tsc": {
"codegen:openapi": {
"patterns": [
"src/",
"src/*/json/**/openapi*"
],
"ignore": [
"src/**/generated/*"
],
"extensions": [
"ts",
"json"
],
"quiet": true,
"verbose": false,
"runOnChangeOnly": true
"./src/main/json/openapi.json"
]
}
},
"publishConfig": {
Expand Down Expand Up @@ -94,9 +84,8 @@
"devDependencies": {
"@hyperledger/cactus-test-tooling": "0.6.0",
"@types/express": "4.17.8",
"@types/express-serve-static-core": "4.17.17",
"express": "4.17.1",
"@types/request": "2.48.5",
"express": "4.17.1",
"internal-ip": "6.2.0",
"openapi-types": "7.2.2"
}
Expand Down
1 change: 0 additions & 1 deletion packages/cactus-plugin-keychain-vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"devDependencies": {
"@hyperledger/cactus-test-tooling": "0.6.0",
"@types/express": "4.17.8",
"@types/express-serve-static-core": "4.17.17",
"@types/request": "2.48.5",
"internal-ip": "6.2.0",
"openapi-types": "7.2.2"
Expand Down
Loading

0 comments on commit 70ac01f

Please sign in to comment.