Skip to content

Commit 86241d7

Browse files
committed
Fix del command in prebuild
1 parent 9ea5af1 commit 86241d7

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.*' lib",
62+
"prebuild:ts": "del 'index.*' 'eslint.js*' lib",
6363
"postbuild:ts": "tsc-alias --project tsconfig.build.json",
6464
"typecheck": "tsc",
6565
"test": "c8 ava",

0 commit comments

Comments
 (0)