diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-30 23:37:13 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-30 23:37:13 -0400 |
commit | 4ef8e36821ea9bd814f190bb04491c2833ca542e (patch) | |
tree | 66aa744465945f9fd4e6ddabadc0c213a5d358f2 | |
parent | 788d4bf73c1c1eff5a533dcb8c7c70e480ee1f3b (diff) | |
download | SponsorBlock-4ef8e36821ea9bd814f190bb04491c2833ca542e.tar.gz SponsorBlock-4ef8e36821ea9bd814f190bb04491c2833ca542e.zip |
Fix build step casing
-rw-r--r-- | package.json | 2 |
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" }, |