From e371bbfb7ef11fb420c2330c8506bd7ded2ed033 Mon Sep 17 00:00:00 2001 From: pimlie Date: Tue, 12 Mar 2019 11:30:44 +0100 Subject: [PATCH] chore: add coverage cmd back after merge --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9f0e0da..e7ca555 100644 --- a/package.json +++ b/package.json @@ -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",