File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 19
19
"pretty" : " pretty-quick --staged" ,
20
20
"build:doc" : " dumi build" ,
21
21
"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" ,
23
23
"pub:doc" : " pnpm run build:doc && pnpm run pub:doc-surge && pnpm run pub:doc-gitee" ,
24
24
"pub" : " pnpm run build && pnpm -r --filter=./packages/* publish" ,
25
25
"pub:beta" : " pnpm run build && pnpm -r --filter=./packages/* publish --tag beta" ,
You can’t perform that action at this time.
0 commit comments