We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1922a0b commit b9e0126Copy full SHA for b9e0126
package.json
@@ -17,6 +17,7 @@
17
"test:check-dts": "yarn build && yarn ts-node meta-tests/check-dts.ts",
18
"test:node-int": "turbo run --filter=node-integration-tests test",
19
"lint": "yarn constraints && turbo run lint --continue",
20
+ "typecheck": "turbo run tsc --filter='./packages/**'",
21
"build": "turbo run build --filter='./packages/**'",
22
"watch": "turbo run watch --filter='./packages/**'",
23
"dev": "yarn workspace @playground/next-playground run dev",
turbo.json
@@ -47,7 +47,7 @@
47
]
48
},
49
"tsc": {
50
- "cache": false
+ "dependsOn": ["^build:esm"]
51
52
"assert-generated": {
53
"cache": false
0 commit comments