Skip to content

Commit

Permalink
chore(build): update warning message for missing temp/packages (#11120
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ericgll committed Jun 14, 2024
1 parent 30cf237 commit 73fb15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.dts.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 73fb15c

Please sign in to comment.