We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6706b commit 35c4f3eCopy full SHA for 35c4f3e
packages/cli/tsup.config.ts
@@ -12,6 +12,9 @@ export default defineConfig({
12
clean: true,
13
dts: true,
14
format: ['esm', 'cjs'],
15
+ env: {
16
+ TELEMETRY_TRACKING_TOKEN: process.env['TELEMETRY_TRACKING_TOKEN'] ?? '',
17
+ },
18
onSuccess: async () => {
19
console.log('TELEMETRY_TRACKING_TOKEN:', process.env['TELEMETRY_TRACKING_TOKEN']);
20
if (!process.env['TELEMETRY_TRACKING_TOKEN']) {
0 commit comments