Skip to content

Commit

Permalink
fix azure cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Jul 28, 2023
1 parent ac73720 commit d0e9bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -193,4 +193,4 @@
"signature_pad": "^4.1.5",
"vite": "^3.1.8"
}
}
}

0 comments on commit d0e9bd0

Please sign in to comment.