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 a0994d6 commit c4c2243Copy full SHA for c4c2243
1 file changed
docs/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"dev": "mintlify dev",
7
"start": "mintlify dev",
8
- "build": "mkdir -p dist && rsync -av --exclude='dist' --exclude='.git' --exclude='node_modules' --exclude='.*' --exclude='*.json' --exclude='*.md' --exclude='*.yaml' --exclude='*.yml' --exclude='*.toml' --exclude='*.lock' ./ dist/"
+ "build": "mkdir -p dist && find . -type f -not -path \"./dist/*\" -not -path \"./node_modules/*\" -not -path \"./.git/*\" -not -path \"./.*\" -not -name \"*.json\" -not -name \"*.md\" -not -name \"*.yaml\" -not -name \"*.yml\" -not -name \"*.toml\" -not -name \"*.lock\" -exec cp --parents {} dist/ \\;"
9
},
10
"dependencies": {
11
"mintlify": "^4.0.0"
0 commit comments