]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(build): update warning message for missing `temp/packages` (#11120)
authorericgll <134293035+ericgll0104@users.noreply.github.com>
Fri, 14 Jun 2024 08:12:47 +0000 (16:12 +0800)
committerGitHub <noreply@github.com>
Fri, 14 Jun 2024 08:12:47 +0000 (16:12 +0800)
rollup.dts.config.js

index d715af4a4f81be2d5a7922d724c4b48931e07159..d9af98f130663974e3a4baa30fa8dcbd4683ceb5 100644 (file)
@@ -7,7 +7,7 @@ import dts from 'rollup-plugin-dts'
 
 if (!existsSync('temp/packages')) {
   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)
 }