mirror of https://github.com/vuejs/core.git
chore(build): update warning message for missing `temp/packages` (#11120)
This commit is contained in:
parent
30cf237e9f
commit
73fb15c236
|
@ -7,7 +7,7 @@ import dts from 'rollup-plugin-dts'
|
||||||
|
|
||||||
if (!existsSync('temp/packages')) {
|
if (!existsSync('temp/packages')) {
|
||||||
console.warn(
|
console.warn(
|
||||||
'no temp dts files found. run `tsc -p tsconfig.build.json` first.',
|
'no temp dts files found. run `tsc -p tsconfig.build-browser.json && tsc -p tsconfig.build-node.json` first.',
|
||||||
)
|
)
|
||||||
process.exit(1)
|
process.exit(1)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue