fix: ci test:coverage (#119)

This commit is contained in:
yuyang 2022-04-11 14:26:44 +08:00 committed by GitHub
parent 7e218c5ce8
commit 725183715c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@
"stylelint:fix": "stylelint --fix src/**/*.{html,vue,vss,sass,less}", "stylelint:fix": "stylelint --fix src/**/*.{html,vue,vss,sass,less}",
"prepare": "husky install", "prepare": "husky install",
"site:preview": "npm run build && cp -r dist _site", "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": { "dependencies": {
"axios": "^0.26.0", "axios": "^0.26.0",