From d0e9bd07b827b1fedde1993dd89a76aea87c5095 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Fri, 28 Jul 2023 15:01:00 +0400 Subject: [PATCH] fix azure cache --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a38a228f66..f68ddd4f4b 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "testcafe:angular": "testcafe chrome testCafe/ --app \"http-server ./packages/survey-angular-ui/example/dist --proxy http://localhost:8080? -p 8080\" --selector-timeout 1500 --reporter minimal --env=angular", "testcafe:ci:angular": "testcafe -c 4 -q attemptLimit=5,successThreshold=1 chrome:headless testCafe/ --app \"http-server ./packages/survey-angular-ui/example/dist --proxy http://localhost:8080? -p 8080\" --selector-timeout 1500 --reporter minimal --env=angular", "prepare": "husky install", - "attempttofixcache: "husky install", + "attempttofixcache": "husky install" }, "version": "1.9.100", "name": "survey-library", @@ -193,4 +193,4 @@ "signature_pad": "^4.1.5", "vite": "^3.1.8" } -} +} \ No newline at end of file