aboutsummaryrefslogtreecommitdiffhomepage
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 117d7d45..f2f06f6a 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"dev:firefox-android": "npm run build:dev:firefox && concurrently \"npm run web-run:firefox-android\" \"npm run build:watch:firefox\"",
"clean": "rimraf dist",
"test": "npm run build:chrome && npx jest",
- "testWithoutBuilding": "npx jest",
+ "test-without-building": "npx jest",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},