Skip to content

Commit

Permalink
Update clean-references.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblogan authored Sep 6, 2024
1 parent 7b79827 commit 0ec2265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/clean-references.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import references from '../src/references/references.json' assert { type: 'json' };
import references from '../src/references/raw-references.json' assert { type: 'json' };
import { writeFileSync } from 'fs';
import {
API_CATEGORIES,
Expand Down Expand Up @@ -124,7 +124,7 @@ cleanReferences['categories'] = categoryNodes;

try {
writeFileSync(
'src/references/cleanReferences.json',
'src/references/references.json',
JSON.stringify(cleanReferences, null, 2),
'utf8'
);
Expand Down

0 comments on commit 0ec2265

Please sign in to comment.