mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
inc memory limit
This commit is contained in:
parent
0cba776f02
commit
932b7b858b
@ -21,7 +21,7 @@
|
||||
"lint": "npm run lint:js && npm run lint:css",
|
||||
"release": "release-it --non-interactive",
|
||||
"changelog": "auto-changelog -p",
|
||||
"cypress:run": "cypress run",
|
||||
"cypress:run": "cypress run --max_old_space_size=4096",
|
||||
"cypress:open": "cypress open"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -12,5 +12,5 @@ do
|
||||
done
|
||||
|
||||
echo "Running End-to-End tests"
|
||||
df -h
|
||||
|
||||
npm run test:e2e
|
||||
|
Loading…
Reference in New Issue
Block a user