mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 11:28:24 +08:00
fix: ci test:coverage (#119)
This commit is contained in:
parent
7e218c5ce8
commit
725183715c
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user