Update package.json

pull/4970/head
andy chan 2 months ago committed by GitHub
parent d002ba86a3
commit 9af11404d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -210,6 +210,3 @@
},
"packageManager": "pnpm@10.14.0"
}
"scripts": {
"deploy": "vitepress build && cd .vitepress/dist && git init && git add . && git commit -m 'deploy' && git branch -M gh-pages && git remote add origin https://github.com/juddzone181/vitepress.git && git push -f origin gh-pages"
}

Loading…
Cancel
Save