ci: add format package.json script file

This commit is contained in:
Ritesh Ghosh
2025-05-12 01:03:25 +05:30
parent 6be169dfc2
commit 5ccf05401d
+3
View File
@@ -0,0 +1,3 @@
# ./scripts/format-package-json.sh
#!/bin/bash
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json