ci: add format package.json script file
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
# ./scripts/format-package-json.sh
|
||||||
|
#!/bin/bash
|
||||||
|
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json
|
||||||
Reference in New Issue
Block a user