Skip to content

Commit

Permalink
build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Apr 2, 2024
1 parent b898f14 commit dafcda4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/constructs/edge-api-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"publish": "yarn jsii:publish",
"build": "yarn jsii:build && yarn jsii:package",
"build": "yarn workspaces @reapit-cdk/edge-api build && yarn jsii:build && yarn jsii:package",
"check": "yarn run root:check -p $(pwd)",
"lint": "reapit-cdk-eslint",
"test": "yarn run root:test -- $(pwd)",
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/edge-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"publish": "yarn jsii:publish",
"build": "yarn jsii:build && reapit-cdk-tsup --lambdas --no-main && yarn jsii:package",
"build": "yarn workspaces build @reapit-cdk/cloudfront-invalidation && yarn jsii:build && reapit-cdk-tsup --lambdas --no-main && yarn jsii:package",
"check": "yarn run root:check -p $(pwd)",
"lint": "reapit-cdk-eslint",
"test": "yarn run root:test -- $(pwd)",
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/email-receiver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"publish": "yarn jsii:publish",
"build": "yarn jsii:build && reapit-cdk-tsup --lambdas --no-main && yarn jsii:package",
"build": "yarn workspaces build @reapit-cdk/active-ruleset && yarn jsii:build && reapit-cdk-tsup --lambdas --no-main && yarn jsii:package",
"check": "yarn run root:check -p $(pwd)",
"lint": "reapit-cdk-eslint",
"test": "yarn run root:test -- $(pwd)",
Expand Down
2 changes: 1 addition & 1 deletion packages/constructs/entra-id-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bin": "node dist/setup",
"scripts": {
"publish": "yarn jsii:publish",
"build": "yarn jsii:build && reapit-cdk-tsup --lambdas --setup --no-main && yarn jsii:package",
"build": "yarn workspaces @reapit-cdk/replicated-secret build && yarn jsii:build && reapit-cdk-tsup --lambdas --setup --no-main && yarn jsii:package",
"check": "yarn run root:check -p $(pwd)",
"lint": "reapit-cdk-eslint",
"test": "yarn run root:test -- $(pwd)",
Expand Down

0 comments on commit dafcda4

Please sign in to comment.