Fix build step casing

This commit is contained in:
Ajay Ramachandran
2021-07-30 23:37:13 -04:00
parent 788d4bf73c
commit 4ef8e36821

View File

@@ -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"
},