From 71012f9c67921bb7d0a14ee1084047713744aae9 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Fri, 5 Jun 2020 11:07:08 +0200 Subject: [PATCH] Add test-firefox command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 199632ab..5698c9ae 100644 --- a/package.json +++ b/package.json @@ -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" },