diff --git a/packages/seed/fern/definition/config.yml b/packages/seed/fern/definition/config.yml index 0a9fbbd6a0..83e7667060 100644 --- a/packages/seed/fern/definition/config.yml +++ b/packages/seed/fern/definition/config.yml @@ -28,7 +28,7 @@ types: defaultOutputMode: OutputMode generatorType: GeneratorType - artifactMetadata: optional + buildScripts: optional customFixtureConfig: type: optional @@ -108,8 +108,8 @@ types: docs: | Environment variables to set when running the generator locally. - ArtifactMetadata: - docs: Metadata relating to the artifact produced by this generator + BuildScripts: + docs: Scripts pertaining to the artifact produced by this generator and how to build them (e.g. yarn install && yarn build for the TS SDK) properties: preInstallScript: optional