Skip to content

Commit edbd5ec

Browse files
authored
chore: update warning message for missing temp dts files (#14186)
1 parent f51d3e2 commit edbd5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.dts.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import dts from 'rollup-plugin-dts'
77

88
if (!existsSync('temp/packages')) {
99
console.warn(
10-
'no temp dts files found. run `tsc -p tsconfig.build-browser.json && tsc -p tsconfig.build-node.json` first.',
10+
'no temp dts files found. run `tsc -p tsconfig.build.json --noCheck` first.',
1111
)
1212
process.exit(1)
1313
}

0 commit comments

Comments
 (0)