Skip to content

Commit

Permalink
remove free command
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Feb 17, 2025
1 parent 78600da commit 629ed29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node-litesvm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lint": "yarn lint:rust && yarn lint:js",
"lint:rust": "cargo clippy",
"lint:js": "rome check litesvm/index.ts tests/ jest.config.ts tsconfig.json package.json",
"test": "free -m && jest",
"test": "jest",
"tsc": "tsc && cp litesvm/internal.d.ts dist/internal.d.ts",
"universal": "napi universal",
"cargoBump": "cargo set-version --package litesvm-node --bump",
Expand Down

0 comments on commit 629ed29

Please sign in to comment.