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 addf362 commit a0994d6Copy full SHA for a0994d6
1 file changed
docs/package.json
@@ -5,9 +5,7 @@
5
"scripts": {
6
"dev": "mintlify dev",
7
"start": "mintlify dev",
8
- "build": "echo 'Static export - copying files for deployment' && mkdir -p dist && cp -r * dist/ && rm -rf dist/node_modules dist/.* dist/*.json dist/*.md dist/*.yaml dist/*.yml dist/*.toml dist/*.lock",
9
- "predeploy": "mintlify install",
10
- "deploy": "cp -r * .output/public/"
+ "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/"
11
},
12
"dependencies": {
13
"mintlify": "^4.0.0"
0 commit comments