Skip to content

Commit 139f3d0

Browse files
alqmcalqmc
alqmc
authored and
alqmc
committed
fix: deatil
1 parent 65b1abb commit 139f3d0

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
@@ -15,7 +15,7 @@
1515
"build:types": "vue-tsc --declaration --emitDeclarationOnly",
1616
"log": "npm run changelog",
1717
"changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0 -n ./changelog.config.js",
18-
"push": "git push gitee next && git push github next",
18+
"push": "git push gitee master && git push github master",
1919
"lint": "pnpm run lint:js&&pnpm run lint:style",
2020
"lint:js": "eslint -c ./.eslintrc.js --fix --ext .jsx,.js,.vue,.ts \"{example,packages}/**/*.{jsx,js,vue}\"",
2121
"lint:style": "stylelint \"{example,packages}/**/*.{vue,less}\" --config ./.stylelintrc --fix",

0 commit comments

Comments
 (0)