Skip to content

Commit 2f9126b

Browse files
committed
feat(package): add pretypecheck script and update dependencies
1 parent 07296d3 commit 2f9126b

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ddb-publisher/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"cli": "tsx src/cli.ts",
3030
"lint": "eslint .",
3131
"lint:fix": "eslint . --fix",
32+
"pretypecheck": "[ -f ../events/dist/index.d.ts ] || tsc -p ../events/tsconfig.build.json",
3233
"test:integration": "jest --config jest.integration.config.ts --runInBand",
3334
"test:unit": "jest",
3435
"typecheck": "tsc --noEmit"

packages/event-builder/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"build": "tsc",
1919
"lint": "eslint .",
2020
"lint:fix": "eslint . --fix",
21+
"pretypecheck": "[ -f ../events/dist/index.d.ts ] || tsc -p ../events/tsconfig.build.json",
2122
"test": "jest",
2223
"test:unit": "jest",
2324
"typecheck": "tsc --noEmit"

packages/file-store/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"scripts": {
1818
"lint": "eslint .",
1919
"lint:fix": "eslint . --fix",
20+
"pretypecheck": "[ -f ../events/dist/index.d.ts ] || tsc -p ../events/tsconfig.build.json",
2021
"test:unit": "jest",
2122
"typecheck": "tsc --noEmit"
2223
},

0 commit comments

Comments
 (0)