Skip to content

Commit 05b6a63

Browse files
committed
chore: oki
1 parent 3fe6174 commit 05b6a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export async function generate(generators: Generator[]): Promise<void> {
2020
// We have scoped output folder for JavaScript which allow us to
2121
// avoid linting the whole client, only the part that changed
2222
if (lang === 'javascript') {
23-
const base = "clients/algoliasearch-client-javascript/packages"
23+
const base = 'clients/algoliasearch-client-javascript/packages';
2424
folder = generators.reduce((folders, gen) => {
2525
if (gen.language === 'javascript') {
2626
return `${folders} ${gen.output}`;

0 commit comments

Comments
 (0)