Skip to content

Commit c5972e9

Browse files
Fix linting error
1 parent a288f06 commit c5972e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/app/src/cli/models/extensions/specifications/tax_calculation.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ const spec = createExtensionSpecification({
3232
schema: TaxCalculationsSchema,
3333
appModuleFeatures: (_) => [],
3434
buildConfig: {mode: 'tax_calculation'},
35-
getOutputRelativePath: (extension: ExtensionInstance<TaxCalculationsConfigType>) => joinPath('dist', `${extension.handle}.js`),
35+
getOutputRelativePath: (extension: ExtensionInstance<TaxCalculationsConfigType>) =>
36+
joinPath('dist', `${extension.handle}.js`),
3637
deployConfig: async (config, _) => {
3738
return {
3839
production_api_base_url: config.production_api_base_url,

0 commit comments

Comments
 (0)