Skip to content

Commit

Permalink
chore: remove unused tools script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Sep 22, 2023
1 parent f92e90c commit 7748a76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 142 deletions.
8 changes: 1 addition & 7 deletions tools/build/pre-build.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
/*
* We no longer need this in the migration to ESbuild
* If we ever need to mark tsconfig references again, re-add the script
* import {updatePackageReferences} from '../utils/updatePackageReferences';
*/

import { removeTsconfigBuildFiles } from '../utils/removeTsconfigBuildFiles';

(async () => {
await Promise.all([removeTsconfigBuildFiles() /* , updatePackageReferences() */]);
await Promise.all([removeTsconfigBuildFiles()]);
})();
135 changes: 0 additions & 135 deletions tools/utils/updatePackageReferences.ts

This file was deleted.

0 comments on commit 7748a76

Please sign in to comment.