From 725183715c283243aa7f7071fdae0c029d4dcdf8 Mon Sep 17 00:00:00 2001 From: yuyang Date: Mon, 11 Apr 2022 14:26:44 +0800 Subject: [PATCH] fix: ci test:coverage (#119) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 80ee223..6dca4bd 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "stylelint:fix": "stylelint --fix src/**/*.{html,vue,vss,sass,less}", "prepare": "husky install", "site:preview": "npm run build && cp -r dist _site", - "test": "echo \"no test specified,work in process\"" + "test": "echo \"no test specified,work in process\"", + "test:coverage": "echo \"no test:coverage specified,work in process\"" }, "dependencies": { "axios": "^0.26.0",