Explorar o código

chore(build): update warning message for missing `temp/packages` (#11120)

ericgll %!s(int64=2) %!d(string=hai) anos
pai
achega
73fb15c236
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rollup.dts.config.js

+ 1 - 1
rollup.dts.config.js

@@ -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)
 }
 }