From 2c670da696a12e1fbe2d964a94ebe044891c0cb0 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 20 Dec 2023 19:08:20 +0000 Subject: [PATCH] add missing yarn lint Signed-off-by: Eric --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7ccf218fae..17a88e518a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "cypress:run": "TZ=America/Los_Angeles cypress run", "cypress:open": "TZ=America/Los_Angeles cypress open", "plugin-helpers": "node ../../scripts/plugin_helpers", + "lint": "yarn lint:es", "cypress:parallel": "cypress-parallel -s cypress:run -t 2 -d .cypress/integration" }, "dependencies": {