We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89857b1 commit 6a2f0d5Copy full SHA for 6a2f0d5
scripts/publish.ts
@@ -70,10 +70,6 @@ log(`tag: ${tag}`);
70
log(`dry run: ${dryRun ? 'yes' : 'no'}`);
71
log(`build: ${skipBuild ? 'skip' : 'run'}`);
72
73
-// Always ensure the embedded archive is fresh before any build/publish step.
74
-// This avoids stale templates/resources in platform binaries produced during tagging.
75
-await run('bun scripts/generate-embedded-resources.mjs --quiet || bun scripts/generate-embedded-resources.mjs');
76
-
77
if (!skipBuild) {
78
// Build all targets so we can publish all platform packages from a single runner.
79
await run('bun run build -- --all');
0 commit comments