We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dae17c commit 020645eCopy full SHA for 020645e
packages/react-query/package.json
@@ -28,7 +28,7 @@
28
"test:types": "tsc",
29
"test:lib": "vitest run --coverage",
30
"test:lib:dev": "pnpm run test:lib --watch",
31
- "build": "mkdir ./build && cp -R ../codemods/src ./build/codemods",
+ "build": "mkdir -p ./build && cp -R ../codemods/src ./build/codemods",
32
"build:types": "tsc --build"
33
},
34
"files": [
0 commit comments