2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-21 06:00:36 +03:00

build: add the check git shell

This commit is contained in:
mengxiong10
2019-04-30 20:01:44 +08:00
parent a1c3539c8c
commit 1909df9f78
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"test:push": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test": "jest",
"release": "bash build/release.sh"
"release": "bash build/git.sh && bash build/release.sh"
},
"repository": {
"type": "git",