Add test-firefox command

This commit is contained in:
Simon Warta
2020-06-08 10:22:47 +02:00
parent 4701e1aaea
commit 71012f9c67
+1
View File
@@ -29,6 +29,7 @@
"lint": "lerna run lint",
"lint-fix": "lerna run lint-fix",
"test": "lerna run test",
"test-firefox": "lerna run test-firefox",
"build": "lerna run build",
"docs": "lerna run docs"
},