Skip to content

Commit 020645e

Browse files
committed
chore: don't throw error if build dir already exists
1 parent 3dae17c commit 020645e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test:types": "tsc",
2929
"test:lib": "vitest run --coverage",
3030
"test:lib:dev": "pnpm run test:lib --watch",
31-
"build": "mkdir ./build && cp -R ../codemods/src ./build/codemods",
31+
"build": "mkdir -p ./build && cp -R ../codemods/src ./build/codemods",
3232
"build:types": "tsc --build"
3333
},
3434
"files": [

0 commit comments

Comments
 (0)