feat: add format-package-json script for JSON formatting
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json
|
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json
|
||||||
Reference in New Issue
Block a user