Skip to content

Commit 90877b0

Browse files
committed
build: Add pull to preversion
1 parent 7e83194 commit 90877b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"serve": "vue-cli-service serve",
1313
"start": "yarn serve",
1414
"build": "vue-cli-service build",
15-
"preversion": "git fetch --tags && yarn lint:check && yarn test:unit",
15+
"preversion": "git pull --rebase && git fetch --tags && yarn lint:check && yarn test:unit",
1616
"version": "yarn build",
1717
"postversion": "git push --follow-tags --no-verify"
1818
},

0 commit comments

Comments
 (0)