Skip to content

Commit

Permalink
run-zst-decompressor package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyrubanov committed Mar 24, 2024
1 parent 9abf7b1 commit 4a8e00a
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 @@ -27,6 +27,6 @@
"start": "tsc --build && node dist/src/index.js",
"test": "tsc --build && jest ./dist",
"scratch": "tsc --build && node dist/src/scratch.js",
"run-zst-decompressor": "tsc && node dist/src/zst_decompressor.js"
"run-zst-decompressor": "tsc --build && node dist/src/zst_decompressor.js"
}
}

0 comments on commit 4a8e00a

Please sign in to comment.