Skip to content

Commit

Permalink
test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
MervinPraison committed Feb 28, 2025
1 parent a0994d6 commit c4c2243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "mintlify dev",
"start": "mintlify dev",
"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/ \\;"
},
"dependencies": {
"mintlify": "^4.0.0"
Expand Down

0 comments on commit c4c2243

Please sign in to comment.