]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update warning message for missing temp dts files (#14186) main
authorlinzhe <40790268+linzhe141@users.noreply.github.com>
Mon, 15 Dec 2025 01:22:24 +0000 (09:22 +0800)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 01:22:24 +0000 (09:22 +0800)
rollup.dts.config.js

index d9af98f130663974e3a4baa30fa8dcbd4683ceb5..516fe6ed5e63d51c6810994e7e944fb53af967c8 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-browser.json && tsc -p tsconfig.build-node.json` first.',
+    'no temp dts files found. run `tsc -p tsconfig.build.json --noCheck` first.',
   )
   process.exit(1)
 }