Merge dev.
This commit is contained in:
10
scripts/postbuild.mjs
Normal file
10
scripts/postbuild.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'dotenv/config';
|
||||
import { sendTelemetry } from './telemetry';
|
||||
|
||||
async function run() {
|
||||
if (!process.env.DISABLE_TELEMETRY) {
|
||||
await sendTelemetry('build');
|
||||
}
|
||||
}
|
||||
|
||||
run();
|
||||
Reference in New Issue
Block a user