Skip to content

Commit 4d0448d

Browse files
committed
build: fix typecheck:build
1 parent 067d32e commit 4d0448d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"semantic-release": "semantic-release",
1818
"typecheck:async": "tsc -p ./test/async/tsconfig.json",
1919
"typecheck:sync": "tsc -p ./test/sync/tsconfig.json",
20-
"typecheck:build": "npm run build -- --noEmit",
20+
"typecheck:build": "npm run build:cjs -- --noEmit && npm run build:esm -- --noEmit",
2121
"typecheck": "npm-run-all typecheck:build typecheck:**"
2222
},
2323
"files": [

0 commit comments

Comments
 (0)