From a7553c8fd8ff148c4823d2f0419c3cfd838b5c31 Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Tue, 21 Apr 2020 13:44:29 +0800 Subject: [PATCH] =?UTF-8?q?chore(package.json):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E5=B8=B8=E7=94=A8=E7=9A=84=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 9e001e0b..5b03f1ce 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,7 @@ "build:nomock": "vue-cli-service build --mode nomock", "build:preview": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --mode preview", "lint": "vue-cli-service lint --fix", - "test:unit": "vue-cli-service test:unit", - "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'", - "analyz": "npm_config_report=true npm run build", - "commit": "git-cz" + "test:unit": "vue-cli-service test:unit" }, "dependencies": { "@d2-projects/d2-crud": "^2.1.2",