Skip to content

Commit c4c2243

Browse files
committed
test 6
1 parent a0994d6 commit c4c2243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "mintlify dev",
77
"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/"
8+
"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/ \\;"
99
},
1010
"dependencies": {
1111
"mintlify": "^4.0.0"

0 commit comments

Comments
 (0)