diff --git a/rollup.dts.config.js b/rollup.dts.config.js index d715af4a4..d9af98f13 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.json` first.', + 'no temp dts files found. run `tsc -p tsconfig.build-browser.json && tsc -p tsconfig.build-node.json` first.', ) process.exit(1) }