Skip to content

Commit 1d1f775

Browse files
committed
fix: correctly pass prod flag
1 parent 6b518ed commit 1d1f775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ deploy your local directory to the specified application.`)
260260
rootPath,
261261
org,
262262
app,
263-
created,
263+
options.prod ?? created,
264264
options.allowNodeModules ?? false,
265265
options.wait ?? true,
266266
);

0 commit comments

Comments
 (0)