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.
typecheck:build
1 parent 067d32e commit 4d0448dCopy full SHA for 4d0448d
package.json
@@ -17,7 +17,7 @@
17
"semantic-release": "semantic-release",
18
"typecheck:async": "tsc -p ./test/async/tsconfig.json",
19
"typecheck:sync": "tsc -p ./test/sync/tsconfig.json",
20
- "typecheck:build": "npm run build -- --noEmit",
+ "typecheck:build": "npm run build:cjs -- --noEmit && npm run build:esm -- --noEmit",
21
"typecheck": "npm-run-all typecheck:build typecheck:**"
22
},
23
"files": [
0 commit comments