mirror of
https://github.com/twentyhq/twenty
synced 2026-05-24 09:28:26 +00:00
2946-fix: Postgres Makefile file path fix (#2947)
This commit is contained in:
parent
3ed92b2f80
commit
032894e448
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue