Skip to content

Commit 73fb15c

Browse files
authored
chore(build): update warning message for missing temp/packages (vuejs#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

+1-1
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)