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 b76cf61 commit dcd62ddCopy full SHA for dcd62dd
src/lib/uploadAppFigma.ts
@@ -19,6 +19,7 @@ export default async (ctx: Context): Promise<string> => {
19
smartIgnore: ctx.config.smartIgnore,
20
git: ctx.git,
21
platformType: 'app',
22
+ markBaseline: ctx.options.markBaseline,
23
};
24
25
const responseData = await ctx.client.processWebFigma(requestBody, ctx.log);
src/lib/uploadWebFigma.ts
@@ -18,6 +18,7 @@ export default async (ctx: Context): Promise<string> => {
18
figma: figmaConfig,
0 commit comments