Skip to content

Commit 47c0c4b

Browse files
committed
Fix prebuild
1 parent 085c082 commit 47c0c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"build:entrypoints": "npm run build:ts",
6060
"postbuild:entrypoints": "tsup",
6161
"build:ts": "tsc --project tsconfig.build.json",
62-
"prebuild:ts": "del 'index.*' 'eslint.js*' lib",
62+
"prebuild:ts": "del 'index.*' eslint.js eslint.d.ts lib",
6363
"postbuild:ts": "tsc-alias --project tsconfig.build.json",
6464
"typecheck": "tsc",
6565
"test": "c8 ava",

0 commit comments

Comments
 (0)