We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b1abb commit 139f3d0Copy full SHA for 139f3d0
package.json
@@ -15,7 +15,7 @@
15
"build:types": "vue-tsc --declaration --emitDeclarationOnly",
16
"log": "npm run changelog",
17
"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",
+ "push": "git push gitee master && git push github master",
19
"lint": "pnpm run lint:js&&pnpm run lint:style",
20
"lint:js": "eslint -c ./.eslintrc.js --fix --ext .jsx,.js,.vue,.ts \"{example,packages}/**/*.{jsx,js,vue}\"",
21
"lint:style": "stylelint \"{example,packages}/**/*.{vue,less}\" --config ./.stylelintrc --fix",
0 commit comments