Skip to content

Commit f6d03c2

Browse files
committed
Fix path for windows
1 parent dc9e6f6 commit f6d03c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/swr-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"scripts": {
4545
"build": "pnpm run build:clean && pnpm run build:esm",
46-
"build:clean": "del ./dist",
46+
"build:clean": "del dist",
4747
"build:esm": "tsc -p tsconfig.build.json",
4848
"dev": "vitest --typecheck",
4949
"format": "prettier --write .",

0 commit comments

Comments
 (0)