Skip to content

Commit

Permalink
fix azure cache (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Jul 28, 2023
1 parent d0e9bd0 commit d2e1b44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -83,8 +83,7 @@
"testcafe:vue3": "testcafe chrome testCafe/ --app \"npm run preview --prefix ./packages/survey-vue3-ui/example \" --selector-timeout 1500 --reporter minimal --env=vue3",
"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"
"prepare": "husky install"
},
"version": "1.9.100",
"name": "survey-library",
Expand Down

0 comments on commit d2e1b44

Please sign in to comment.