Skip to content

Commit 755e211

Browse files
author
Jacob Logan
committed
update cleaned references location
1 parent 77150a6 commit 755e211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/clean-references.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ cleanReferences['categories'] = categoryNodes;
157157
// update_references workflow and will be committed.
158158
try {
159159
writeFileSync(
160-
'src/references/references.json',
160+
'src/directory/apiReferences.json',
161161
JSON.stringify(cleanReferences, null, 2),
162162
'utf8'
163163
);

0 commit comments

Comments
 (0)