MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / assembleSchema

Method assembleSchema

lib/stencil-bundle.js:234–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 }
233
234 async assembleSchema() {
235 console.log('Building Theme Schema File...');
236 const schema = await this.themeConfig.getSchema();
237 console.log(`${'ok'.green} -- Theme Schema Building Finished`);
238 return schema;
239 }
240
241 async assembleSchemaTranslations() {
242 console.log('Schema Translations Parsing Started...');

Callers 1

Calls 2

logMethod · 0.80
getSchemaMethod · 0.80

Tested by

no test coverage detected