Skip to content

Commit b9e0126

Browse files
committed
update
1 parent 1922a0b commit b9e0126

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"test:check-dts": "yarn build && yarn ts-node meta-tests/check-dts.ts",
1818
"test:node-int": "turbo run --filter=node-integration-tests test",
1919
"lint": "yarn constraints && turbo run lint --continue",
20+
"typecheck": "turbo run tsc --filter='./packages/**'",
2021
"build": "turbo run build --filter='./packages/**'",
2122
"watch": "turbo run watch --filter='./packages/**'",
2223
"dev": "yarn workspace @playground/next-playground run dev",

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
]
4848
},
4949
"tsc": {
50-
"cache": false
50+
"dependsOn": ["^build:esm"]
5151
},
5252
"assert-generated": {
5353
"cache": false

0 commit comments

Comments
 (0)