diff --git a/package.json b/package.json index 852d9c2..46867cc 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "clean": "xt-clean", "docs": "xt-docs", "test": "xt-test", + "test:coveralls": "xt-test --coveralls", "release": "git add . && git commit && standard-version" }, "devDependencies": { @@ -55,4 +56,4 @@ } ] } -} +} \ No newline at end of file