Skip to content

Commit

Permalink
Rename mipmap *.js => *.ts, see #1218
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 20, 2024
1 parent 9e16075 commit 718a259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/modulify.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ ${entries.join( ',\n' )}
];
export default mipmaps;`;
const jsFilename = convertSuffix( filename, '.js' );
const jsFilename = convertSuffix( filename, '.ts' );
await writeFileAndGitAdd( repo, getRelativePath( subdir, jsFilename ), fixEOL( mipmapContents ) );
};

Expand Down

0 comments on commit 718a259

Please sign in to comment.