From a21f4b8adf7c9904194fc8e922547280d6538bd5 Mon Sep 17 00:00:00 2001 From: youxingzhi Date: Sat, 28 Nov 2020 22:11:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20rm=20npx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 ++++++ package.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index c17fdbe..4af017e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6783,6 +6783,12 @@ "assert-plus": "^1.0.0" } }, + "git-cz": { + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/git-cz/-/git-cz-4.7.4.tgz", + "integrity": "sha512-s8r6JPuuFJXCiwB6uBlWYjDE6GlvIReSgVqYCfpRB+JbiBVNQLcBb93mH6bIJzz1lQU4R8+qlChhQIK8xp58Tg==", + "dev": true + }, "glob": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", diff --git a/package.json b/package.json index 319c7e1..d4ae18d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test:coverage": "vue-cli-service test:unit --coverage", "lint": "vue-cli-service lint", "lint-staged": "lint-staged", - "commit": "npx git-cz", + "commit": "git-cz", "prepublish": "npm run build" }, "main": "dist/vue-tree-list.umd.min.js", @@ -27,6 +27,7 @@ "eslint-config-prettier": "^6.10.0", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-vue": "^5.0.0", + "git-cz": "^4.7.4", "husky": "^4.2.1", "jest-serializer-vue": "^2.0.2", "less": "^3.10.3",