Skip to content

Commit e21c73d

Browse files
committed
fix build & test
1 parent acf62bb commit e21c73d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"scripts": {
99
"test": "jest",
1010
"check": "yarn workspaces foreach run check",
11+
"build": "yarn workspaces foreach run build",
1112
"lint": "yarn workspaces foreach run lint"
1213
},
1314
"devDependencies": {

packages/custom-resource-wrapper/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"scripts": {
1919
"check": "npx tsc",
2020
"lint": "npx eslint",
21+
"test": "npx jest",
2122
"build": "reapit-cdk-tsup",
2223
"prepack": "reapit-version-package && yarn build"
2324
},

packages/userpool-domain/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build": "reapit-cdk-tsup --lambda",
1212
"check": "npx tsc",
1313
"lint": "npx eslint",
14+
"test": "npx test",
1415
"prepack": "reapit-version-package && yarn build"
1516
},
1617
"publishConfig": {

0 commit comments

Comments
 (0)