Skip to content

Commit 4ef8e36

Browse files
committed
Fix build step casing
1 parent 788d4bf commit 4ef8e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dev:firefox-android": "npm run build:dev:firefox && concurrently \"npm run web-run:firefox-android\" \"npm run build:watch:firefox\"",
5858
"clean": "rimraf dist",
5959
"test": "npm run build:chrome && npx jest",
60-
"testWithoutBuilding": "npx jest",
60+
"test-without-building": "npx jest",
6161
"lint": "eslint src",
6262
"lint:fix": "eslint src --fix"
6363
},

0 commit comments

Comments
 (0)