From 7d4bc234153b85be1bc218f2e311b7fd2b57dd75 Mon Sep 17 00:00:00 2001 From: AudunSorheim <80095835+AudunSorheim@users.noreply.github.com> Date: Wed, 23 Aug 2023 12:07:43 +0200 Subject: [PATCH] Run Cypress tests on common workflow (#254) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38923490c..d99ab8b8a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint": "next lint", "prettier": "prettier --write ./src/**", "prepare": "husky install", - "test": "jest", + "test": "jest && npm run cypress", "cypress": "cypress run --component", "cypress:open": "cypress open --component" },