summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 82d18391..46ec34be 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"clean": "scripts/clean.sh",
"prepare": "npm run bundle",
"test": "npm run test --workspaces",
- "coverage": "npm run coverage --workspaces --if-present",
+ "test:ci": "npm run test:ci --workspaces --if-present",
"start": "NODE_ENV=development scripts/start.sh",
"debug": "NODE_ENV=development DEBUG=1 scripts/start.sh",
"lint:fix": "eslint . --fix",