2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-05 05:12:25 +03:00

chore: add coverage cmd back after merge

This commit is contained in:
pimlie
2019-03-12 11:30:44 +01:00
parent a51eb4d783
commit e371bbfb7e
+1
View File
@@ -46,6 +46,7 @@
"build": "yarn build:other && yarn build:es",
"build:es": "rimraf es && babel src --env-name es --out-dir es",
"build:other": "rimraf lib && rollup -c scripts/rollup.config.js",
"coverage": "codecov",
"dev": "cd examples && yarn dev && cd ..",
"docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
"docs:build": "vuepress build docs",