Skip to content

Commit

Permalink
Fixing yet another video library #96
Browse files Browse the repository at this point in the history
  • Loading branch information
tillias committed Nov 8, 2020
1 parent 5ec858f commit 2f2085c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"webpack:test": "npm run test",
"webpack-dev-server": "node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"webpack": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js",
"cypress": "cypress run"
"cypress": "cypress run --config video=false"
},
"jestSonar": {
"reportPath": "target/test-results/jest",
Expand Down

0 comments on commit 2f2085c

Please sign in to comment.