Skip to content

Commit

Permalink
feat: generate names
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Sep 10, 2024
1 parent 8ba3a1f commit ed14fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/build.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const didc = async () => {
'-t',
type,
'-o',
`${DEVELOPER_PROJECT_SATELLITE_DECLARATIONS_PATH}/satellite.${type}`
`${DEVELOPER_PROJECT_SATELLITE_DECLARATIONS_PATH}/satellite.${type === 'ts' ? 'd.ts' : 'factory.js'}`
]
});
};
Expand Down

0 comments on commit ed14fa3

Please sign in to comment.