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 6b2a5d4 commit b60ec8dCopy full SHA for b60ec8d
1 file changed
src/tasks/generate.ts
@@ -14,7 +14,7 @@ export async function run(ctx: Context): Promise<OutputAsset[]> {
14
try {
15
if (!(await ctx.project.assetDirExists())) {
16
error(
17
- `Asset directory not found at ${ctx.project.projectRoot}. Use --asset-path to specify a specific directory containing assets`,
+ `Asset directory not found at ${ctx.project.projectRoot}. Use --assetPath to specify a specific directory containing assets`,
18
);
19
return [];
20
}
0 commit comments