style: remove unnecessary comment from format-package-json script

This commit is contained in:
Ritesh Ghosh
2025-05-12 01:13:04 +05:30
parent 53276f3961
commit 70c6a6531e
-1
View File
@@ -1,3 +1,2 @@
# ./scripts/format-package-json.sh
#!/bin/bash
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json