Skip to content

Commit

Permalink
Update code/addons/links/scripts/fix-preview-api-reference.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jeppe Reinhold <[email protected]>
  • Loading branch information
ndelangen and JReinhold authored Feb 8, 2024
1 parent 671c789 commit 1bdd70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/links/scripts/fix-preview-api-reference.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { readFile, writeFile } from 'node:fs/promises';

/* I wish this wasn't needed..
* There seems to be som e bug in tsup / the unlaying lib that does DTS bundling
* There seems to be some bug in tsup / the unlaying lib that does DTS bundling
* ...that makes it mess up the generation.
*/
const run = async () => {
Expand Down

0 comments on commit 1bdd70e

Please sign in to comment.