Skip to content

Commit

Permalink
fix build & test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Sep 21, 2023
1 parent acf62bb commit e21c73d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"test": "jest",
"check": "yarn workspaces foreach run check",
"build": "yarn workspaces foreach run build",
"lint": "yarn workspaces foreach run lint"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/custom-resource-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"scripts": {
"check": "npx tsc",
"lint": "npx eslint",
"test": "npx jest",
"build": "reapit-cdk-tsup",
"prepack": "reapit-version-package && yarn build"
},
Expand Down
1 change: 1 addition & 0 deletions packages/userpool-domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "reapit-cdk-tsup --lambda",
"check": "npx tsc",
"lint": "npx eslint",
"test": "npx test",
"prepack": "reapit-version-package && yarn build"
},
"publishConfig": {
Expand Down

0 comments on commit e21c73d

Please sign in to comment.