Skip to content

Commit

Permalink
Fix build step casing
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Jul 31, 2021
1 parent 788d4bf commit 4ef8e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 4ef8e36

Please sign in to comment.