diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100644 index 0000000000..cac47e455a --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1,2 @@ +npm run build -- --silent +npm run build-check diff --git a/rollup.config.mjs b/rollup.config.mjs index e01fe36487..1fe33ed9b9 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -46,6 +46,7 @@ export default inputFiles.map((input) => { plugins: [addWarningForCommonJS()], }, treeshake: false, + logLevel: 'silent', }; });