* Fix docker install * Move back twenty-eslint-plugin to eslint-plugin-twenty * fix: add bundled yarn * Improve makeifle structure * Update commands and doc * Add pg_graphql binaries * Fix --------- Co-authored-by: Jérémy Magrin <jeremy.magrin@gmail.com>
15 lines
370 B
Makefile
15 lines
370 B
Makefile
provision-on-macos-arm:
|
|
sh ./provision/setup-postgres-macos-arm.sh
|
|
|
|
provision-on-macos-intel:
|
|
sh ./provision/setup-postgres-macos-intel.sh
|
|
|
|
provision-on-linux:
|
|
sh ./provision/setup-postgres-linux.sh
|
|
|
|
build-pg_graphql-macos-arm:
|
|
sh ./build/pg_graphql/build-pg_graphql-macos-arm.sh
|
|
|
|
build-pg_graphql-macos-intel:
|
|
sh ./build/pg_graphql/build-pg_graphql-macos-intel.sh
|