aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-07-30 23:37:13 -0400
committerAjay Ramachandran <[email protected]>2021-07-30 23:37:13 -0400
commit4ef8e36821ea9bd814f190bb04491c2833ca542e (patch)
tree66aa744465945f9fd4e6ddabadc0c213a5d358f2 /package.json
parent788d4bf73c1c1eff5a533dcb8c7c70e480ee1f3b (diff)
downloadSponsorBlock-4ef8e36821ea9bd814f190bb04491c2833ca542e.tar.gz
SponsorBlock-4ef8e36821ea9bd814f190bb04491c2833ca542e.zip
Fix build step casing
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"
},