Skip to content

Commit

Permalink
Fix load test command
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdy committed May 14, 2024
1 parent 3248126 commit 335a4db
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 @@ -11,7 +11,7 @@
},
"scripts": {
"preinstall": "scripts/download-libraries.sh",
"load": "node --max-old-space-size=500 scripts/dumpster-fire.js",
"load": "node --max-old-space-size=500 scripts/dumpster-fire-memory.js",
"install": "scripts/build.sh",
"test:mocha-debug": "lldb -o run -- node node_modules/mocha/bin/mocha --inspect-brk",
"test:mocha": "mocha",
Expand Down

0 comments on commit 335a4db

Please sign in to comment.