Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 73fb15c

Browse files
authored
chore(build): update warning message for missing temp/packages (#11120)
1 parent 30cf237 commit 73fb15c

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.json` first.',
10+
'no temp dts files found. run `tsc -p tsconfig.build-browser.json && tsc -p tsconfig.build-node.json` first.',
1111
)
1212
process.exit(1)
1313
}

0 commit comments

Comments
 (0)