Skip to content

Commit b2805c3

Browse files
committed
Fix del command
1 parent e755714 commit b2805c3

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
@@ -46,7 +46,7 @@
4646
"build:entrypoints": "npm run build:ts",
4747
"postbuild:entrypoints": "tsup",
4848
"build:ts": "tsc --project tsconfig.build.json",
49-
"prebuild:ts": "del 'index.*' 'lib'",
49+
"prebuild:ts": "del 'index.*' lib",
5050
"postbuild:ts": "tsc-alias --project tsconfig.build.json",
5151
"typecheck": "tsc",
5252
"test": "c8 ava",

0 commit comments

Comments
 (0)