From 53a870f1af8759fe4648ecec9e7c8a07a4a810df Mon Sep 17 00:00:00 2001 From: abose Date: Sat, 28 Jan 2023 16:45:43 +0530 Subject: [PATCH] fix: npm run zipTestFiles broke --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ebb772f57..c73a6c7b17 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lint:fix": "eslint --quiet --fix src test", "prepare": "husky install", "serveTest": "http-server . -p 5000 -c-1", - "zipTestFiles": "gulp test", + "zipTestFiles": "gulp zipTestFiles", "test": "npx playwright test", "testChromium": "npx playwright test --project=chromium", "testFirefox": "npx playwright test --project=firefox",