We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35070a commit 88cc975Copy full SHA for 88cc975
Makefile
@@ -9,6 +9,7 @@ clean:
9
format:
10
# Format JSON schema
11
docker run --rm -v $$PWD/schema.json:/mnt/schema.json node:alpine npx prettier /mnt/schema.json --parser json --tab-width 2 --single-quote --trailing-comma all --no-semi --arrow-parens always --print-width 120 --write
12
+ docker run --rm -v $$PWD/pkg/state/init.sql:/mnt/init.sql node:alpine npx sql-formatter -l postgresql -o /mnt/init.sql /mnt/init.sql
13
14
generate: format
15
# Generate the types from the JSON schema
0 commit comments