We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
temp/packages
1 parent 30cf237 commit 73fb15cCopy full SHA for 73fb15c
rollup.dts.config.js
@@ -7,7 +7,7 @@ import dts from 'rollup-plugin-dts'
7
8
if (!existsSync('temp/packages')) {
9
console.warn(
10
- '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.',
11
)
12
process.exit(1)
13
}
0 commit comments