Skip to content

Commit

Permalink
chore: change zeabur
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Nov 15, 2024
1 parent 05f2a74 commit 290b393
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"prepare": "husky install",
"docs:dev": "NODE_ENV=development vuepress dev docs",
"docs:build": "NODE_ENV=production vuepress build docs",
"docs:build:zeabur": "NODE_ENV=production vuepress build docs --dest .zeabur/output/static",
"release": "bumpp && npm publish",
"release:beta": "bumpp --preid beta --no-push && npm publish --tag beta"
},
Expand Down
3 changes: 1 addition & 2 deletions zbpack.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"cache_dependencies": false,
"build_command": "pnpm run docs:build:zeabur",
"start_command": "",
"build_command": "pnpm run docs:build",
"serverless": true
}

0 comments on commit 290b393

Please sign in to comment.