Skip to content

Commit 6a2f0d5

Browse files
committed
fix: remove stale reference to deleted generate-embedded-resources script
1 parent 89857b1 commit 6a2f0d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/publish.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ log(`tag: ${tag}`);
7070
log(`dry run: ${dryRun ? 'yes' : 'no'}`);
7171
log(`build: ${skipBuild ? 'skip' : 'run'}`);
7272

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-
7773
if (!skipBuild) {
7874
// Build all targets so we can publish all platform packages from a single runner.
7975
await run('bun run build -- --all');

0 commit comments

Comments
 (0)