Skip to content

Commit

Permalink
Merge branch 'movest' of github.com:adityapk00/hub into movest
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Sep 18, 2023
2 parents dfd628e + 0ece713 commit 23e35f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hubble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"profile": "node --max-old-space-size=4096 build/cli.js profile",
"status": "node build/cli.js status",
"test": "yarn build:all && NODE_OPTIONS=\"--experimental-vm-modules --max-old-space-size=4096\" jest",
"test:ci": "yarn build:all && ENVIRONMENT=test NODE_OPTIONS=--experimental-vm-modules jest --ci --forceExit --coverage"
"test:ci": "yarn build:all && ENVIRONMENT=test NODE_OPTIONS=\"--experimental-vm-modules --max-old-space-size=4096\" jest --ci --forceExit --coverage"
},
"devDependencies": {
"@libp2p/interface-mocks": "^9.0.0",
Expand Down

0 comments on commit 23e35f2

Please sign in to comment.