diff options
Diffstat (limited to 'vid-webpack-master/package.json')
-rw-r--r-- | vid-webpack-master/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vid-webpack-master/package.json b/vid-webpack-master/package.json index 617a4516c..f76ab8745 100644 --- a/vid-webpack-master/package.json +++ b/vid-webpack-master/package.json @@ -19,9 +19,9 @@ "e2e": "ng e2e", "build-watch": "ng build --watch", "cypress:open": "cypress open", - "cypress": "cypress open --config watchForFileChanges=false,baseUrl=http://localhost:8080/vid", + "cypress": "cypress open", "cypress:run": "cypress run", - "cypress:headless": "cypress run --config baseUrl=http://localhost:8080/vid", + "cypress:headless": "cypress run", "format": "prettier", "format:fix": "pretty-quick --staged", "lint": "ng lint" @@ -87,7 +87,7 @@ "angular2-template-loader": "0.6.2", "babel-jest": "24.1.0", "codelyzer": "4.5.0", - "cypress": "^3.1.5", + "cypress": "3.6.1", "hammerjs": "2.0.8", "husky": "^1.3.1", "istanbul-reports": "2.1.1", |