We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f327139 commit 4f080d2Copy full SHA for 4f080d2
1 file changed
apps/server/scripts/cli.ts
@@ -177,7 +177,7 @@ const publishCmd = Command.make(
177
const backupPath = `${packageJsonPath}.bak`;
178
179
// Assert build assets exist
180
- for (const relPath of ["dist/index.mjs", "dist/client/index.html"]) {
+ for (const relPath of ["dist/bin.mjs", "dist/client/index.html"]) {
181
const abs = path.join(serverDir, relPath);
182
if (!(yield* fs.exists(abs))) {
183
return yield* new CliError({
0 commit comments