From: linzhe <40790268+linzhe141@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:22:24 +0000 (+0800) Subject: chore: update warning message for missing temp dts files (#14186) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbd5ec81b8d6a0431e1eae41471a2f20dd8cbf7;p=thirdparty%2Fvuejs%2Fcore.git chore: update warning message for missing temp dts files (#14186) --- diff --git a/rollup.dts.config.js b/rollup.dts.config.js index d9af98f130..516fe6ed5e 100644 --- a/rollup.dts.config.js +++ b/rollup.dts.config.js @@ -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) }