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