Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 595d749

Browse files
authored
fix: wrong basename import (#72)
1 parent 3e37936 commit 595d749

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/postbuild.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { resolve } from 'path'
1+
import { resolve, basename } from 'path'
22
import { promises as fs } from 'fs'
3-
import { basename } from 'path/posix'
43
import fg from 'fast-glob'
54

65
async function run() {

0 commit comments

Comments
 (0)