Skip to content

Commit ba327a7

Browse files
committed
chore: update pub:doc
1 parent 89c66be commit ba327a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"pretty": "pretty-quick --staged",
2020
"build:doc": "dumi build",
2121
"pub:doc-surge": "surge ./dist --domain ahooks.js.org",
22-
"pub:doc-gitee": "cd ./dist && rm -rf .git && touch .spa && touch .nojekyll && git init && git remote add origin [email protected]:ahooks/ahooks.git && git add -A && git commit -m \"publish docs\" && git push origin master -f && echo https://gitee.com/ahooks/ahooks/pages",
22+
"pub:doc-gitee": "cd ./dist && rm -rf .git && touch .spa && touch .nojekyll && git init && git remote add origin [email protected]:ahooks/ahooks.git && git add -A && git commit -m \"publish docs\" && git push origin main -f && echo https://gitee.com/ahooks/ahooks/pages",
2323
"pub:doc": "pnpm run build:doc && pnpm run pub:doc-surge && pnpm run pub:doc-gitee",
2424
"pub": "pnpm run build && pnpm -r --filter=./packages/* publish",
2525
"pub:beta": "pnpm run build && pnpm -r --filter=./packages/* publish --tag beta",

0 commit comments

Comments
 (0)