mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 13:47:55 +00:00
2946-fix: Postgres Makefile file path fix (#2947)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
provision-on-macos-arm:
|
||||
sh ./provision/setup-postgres-macos-arm.sh
|
||||
sh ./provision/provision-postgres-macos-arm.sh
|
||||
|
||||
provision-on-macos-intel:
|
||||
sh ./provision/setup-postgres-macos-intel.sh
|
||||
sh ./provision/provision-postgres-macos-intel.sh
|
||||
|
||||
provision-on-linux:
|
||||
sh ./provision/setup-postgres-linux.sh
|
||||
sh ./provision/provision-postgres-linux.sh
|
||||
|
||||
build-pg_graphql-macos-arm:
|
||||
sh ./build/pg_graphql/build-pg_graphql-macos-arm.sh
|
||||
|
||||
Reference in New Issue
Block a user