diff --git a/scripts/postbuild.ts b/scripts/postbuild.ts index 394fdbc..9508c39 100644 --- a/scripts/postbuild.ts +++ b/scripts/postbuild.ts @@ -1,6 +1,5 @@ -import { resolve } from 'path' +import { resolve, basename } from 'path' import { promises as fs } from 'fs' -import { basename } from 'path/posix' import fg from 'fast-glob' async function run() {